Skip to content

Commit d260e80

Browse files
author
OpenShift Bot
authored
Merge pull request #13545 from bparees/build-images
Merged by openshift-bot
2 parents d2f95a1 + 0e210dd commit d260e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ "${OS_RELEASE:-}" == "n" ]]; then
1515
imagedir="${OS_OUTPUT_BINPATH}/linux/amd64"
1616
# identical to build-cross.sh
1717
os::build::os_version_vars
18-
if [[ -z "${OS_RELEASE_LOCAL}" ]]; then
18+
if [[ -z "${OS_RELEASE_LOCAL:-}" ]]; then
1919
OS_RELEASE_COMMIT="${OS_GIT_VERSION//+/-}"
2020
platform="$(os::build::host_platform)"
2121
OS_BUILD_PLATFORMS=("${OS_IMAGE_COMPILE_PLATFORMS[@]:-${platform}}")

0 commit comments

Comments
 (0)