Skip to content

Commit

Permalink
DNM: SKIP TERRAFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdillon committed Apr 22, 2024
1 parent 51cc22f commit ab13bb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ export CGO_ENABLED=0
MODE="${MODE:-release}"

# Build terraform binaries before setting environment variables since it messes up make
if test "${SKIP_TERRAFORM}" != y && ! (echo "${TAGS}" | grep -q -e 'aro' -e 'altinfra')
then
build_terraform_and_providers
copy_terraform_to_mirror # Copy terraform parts to embedded mirror.
fi
# if test "${SKIP_TERRAFORM}" != y && ! (echo "${TAGS}" | grep -q -e 'aro' -e 'altinfra')
# then
# build_terraform_and_providers
# copy_terraform_to_mirror # Copy terraform parts to embedded mirror.
# fi

# build cluster-api binaries
if [ -n "${OPENSHIFT_INSTALL_CLUSTER_API}" ]; then
Expand Down

0 comments on commit ab13bb2

Please sign in to comment.