Skip to content

Commit 76bf966

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents a799f42 + e9e233f commit 76bf966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check-params-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function check_image() {
556556
echo "Couldn't get 'OPENSHIFT_BUILD_NAME' from set of the image environment variables, maybe this is a Konflux build?"
557557
# Let's keep this check here until we have all images on konflux - just to keep this check for older releases.
558558
# For konflux images, the name of the repository should be now good enough as a check instead of this variable.
559-
build_name_raw="OPENSHIFT_BUILD_NAME=konflux"
559+
build_name_raw="\"OPENSHIFT_BUILD_NAME=konflux\""
560560
}
561561
openshift_build_name=$(echo "${build_name_raw}" | sed 's/.*"OPENSHIFT_BUILD_NAME=\(.*\)".*/\1/') || {
562562
echo "Couldn't parse value of the 'OPENSHIFT_BUILD_NAME' variable from '${build_name_raw}'!"

0 commit comments

Comments
 (0)