UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 27e2fab6 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'keycloak-is-the-greatest-tool' into 'master'

disable keycloak in master ci (for now)

See merge request platform-one/big-bang/bigbang!489
parents 95b3ad6d ff9b9158
No related branches found
No related tags found
1 merge request!489disable keycloak in master ci (for now)
Pipeline #265970 passed
......@@ -7,6 +7,7 @@ CI_VALUES_FILE="tests/ci/k3d/values.yaml"
if [[ "${CI_COMMIT_BRANCH}" == "${CI_DEFAULT_BRANCH}" ]] || [[ ! -z "$CI_COMMIT_TAG" ]]; then
echo "On default branch or tag, enabling all addons"
yq e ".addons.*.enabled = "true"" $CI_VALUES_FILE > tmpfile && mv tmpfile $CI_VALUES_FILE
yq e ".addons.keycloak.enabled = "false"" $CI_VALUES_FILE > tmpfile && mv tmpfile $CI_VALUES_FILE
else
IFS=","
for package in $CI_MERGE_REQUEST_LABELS; do
......
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