File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ function check_image() {
433
433
echo " Couldn't get 'OPENSHIFT_BUILD_NAME' from set of the image environment variables, maybe this is a Konflux build?"
434
434
# Let's keep this check here until we have all images on konflux - just to keep this check for older releases.
435
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"
436
+ build_name_raw=" \" OPENSHIFT_BUILD_NAME=konflux\" "
437
437
}
438
438
openshift_build_name=$( echo " ${build_name_raw} " | sed ' s/.*"OPENSHIFT_BUILD_NAME=\(.*\)".*/\1/' ) || {
439
439
echo " Couldn't parse value of the 'OPENSHIFT_BUILD_NAME' variable from '${build_name_raw} '!"
You can’t perform that action at this time.
0 commit comments