Enable geo_secondary_role flag for CI

parent b9cc2ccf
......@@ -58,3 +58,6 @@ if [ "$SETUP_DB" != "false" ]; then
# EE-only
bundle exec rake geo:db:drop geo:db:create geo:db:schema:load geo:db:migrate
fi
# EE-only
sed -i '' -e '/geo_secondary_role\:/ {' -e 'n; s/enabled\: false/enabled\: true/' -e '}' config/gitlab.yml
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment