UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ff9b9158 authored by Josh Wolf's avatar Josh Wolf
Browse files

disable keycloak in master ci (for now)

parent e2ce7c31
No related branches found
No related tags found
1 merge request!489disable keycloak in master ci (for now)
Pipeline #265940 failed
......@@ -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