From 64f368087c3660a0c8835e388605fa097a0085d3 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Thu, 10 Dec 2020 12:24:09 +0100 Subject: [PATCH] fixes Signed-off-by: Flavius Lacatusu --- .github/bin/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bin/common.sh b/.github/bin/common.sh index d8be4e00e..a0e2b206a 100755 --- a/.github/bin/common.sh +++ b/.github/bin/common.sh @@ -301,7 +301,7 @@ applyOlmCR() { CRs=$(yq -r '.metadata.annotations["alm-examples"]' "${OPENSHIFT_NIGHTLY_CSV_FILE}") CR=$(echo "$CRs" | yq -r ".[0]") - CR=$(echo "$CR" | yq -r ".spec.auth.openShiftoAuth = \"${OAUTH}\"") + CR=$(echo "$CR" | yq -r ".spec.auth.openShiftoAuth = ${OAUTH}") CR=$(echo "$CR" | yq -r ".spec.server.serverExposureStrategy = \"${CHE_EXPOSURE_STRATEGY}\"") echo -e "$CR"