Skip to content

Commit

Permalink
Merge pull request #12548 from stevekuznetsov/skuznets/remove-goflags
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jan 20, 2017
2 parents 14a201e + 49a4b80 commit 8146e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "${OS_RELEASE:-}" == "n" ]]; then

echo "Building images from source ${OS_RELEASE_COMMIT}:"
echo
OS_GOFLAGS="${OS_GOFLAGS:-} ${OS_IMAGE_COMPILE_GOFLAGS}" os::build::build_static_binaries "${OS_IMAGE_COMPILE_TARGETS[@]-}" "${OS_SCRATCH_IMAGE_COMPILE_TARGETS[@]-}"
os::build::build_static_binaries "${OS_IMAGE_COMPILE_TARGETS[@]-}" "${OS_SCRATCH_IMAGE_COMPILE_TARGETS[@]-}"
os::build::place_bins "${OS_IMAGE_COMPILE_BINARIES[@]}"
echo
else
Expand Down

0 comments on commit 8146e11

Please sign in to comment.