Skip to content
Snippets Groups Projects
Commit f3a86759 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

Merge branch 'enable-indexer-bugfix' into 'master'

GC\CI - Enable Indexer bool bugfix FF

See merge request !669
parents 076eb360 8d612082
No related branches found
No related tags found
1 merge request!669GC\CI - Enable Indexer bool bugfix FF
Pipeline #313588 failed
......@@ -207,6 +207,10 @@ core_partition_data() {
"sensitive": false,
"value": "${BAG_OF_WORDS_ENABLED}"
},
"featureFlag.mapBooleanToString.enabled": {
"sensitive": false,
"value": true
},
"featureFlag.xCollaboration.enabled": {
"sensitive": false,
"value": "${X_COLLABORATION_ENABLED}"
......
......@@ -101,6 +101,10 @@ gc_partition_data() {
"sensitive": false,
"value": "${BAG_OF_WORDS_ENABLED}"
},
"featureFlag.mapBooleanToString.enabled": {
"sensitive": false,
"value": true
},
"featureFlag.xCollaboration.enabled": {
"sensitive": false,
"value": "${X_COLLABORATION_ENABLED}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment