Skip to content

Commit

Permalink
hack/test: allow ALPINE_VERSION to be set from env
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 295c899)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jan 10, 2024
1 parent 8076303 commit df0923f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
. $(dirname $0)/util
set -eu -o pipefail

: "${ALPINE_VERSION=}"
: "${GO_VERSION=}"
: "${TEST_INTEGRATION=}"
: "${TEST_GATEWAY=}"
Expand Down Expand Up @@ -62,6 +63,7 @@ if [ "$TEST_COVERAGE" = "1" ]; then
fi

buildxCmd build $cacheFromFlags \
--build-arg ALPINE_VERSION \
--build-arg GO_VERSION \
--build-arg "BUILDKITD_TAGS=$BUILDKITD_TAGS" \
--target "integration-tests" \
Expand Down

0 comments on commit df0923f

Please sign in to comment.