We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415cd38 commit e9e233fCopy full SHA for e9e233f
ci/check-params-env.sh
@@ -433,7 +433,7 @@ function check_image() {
433
echo "Couldn't get 'OPENSHIFT_BUILD_NAME' from set of the image environment variables, maybe this is a Konflux build?"
434
# Let's keep this check here until we have all images on konflux - just to keep this check for older releases.
435
# For konflux images, the name of the repository should be now good enough as a check instead of this variable.
436
- build_name_raw="OPENSHIFT_BUILD_NAME=konflux"
+ build_name_raw="\"OPENSHIFT_BUILD_NAME=konflux\""
437
}
438
openshift_build_name=$(echo "${build_name_raw}" | sed 's/.*"OPENSHIFT_BUILD_NAME=\(.*\)".*/\1/') || {
439
echo "Couldn't parse value of the 'OPENSHIFT_BUILD_NAME' variable from '${build_name_raw}'!"
0 commit comments