Skip to content

Commit

Permalink
Update test to build binary locally based on variable
Browse files Browse the repository at this point in the history
Signed-off-by: kumari tanushree <ktanushree@vmware.com>
  • Loading branch information
kumari tanushree committed Aug 28, 2023
1 parent c3b6970 commit 92c4d45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hack/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

set -e -x -u

./hack/build.sh
if [ ${BUILD_LOCAL:-true} == true ]; then
echo "build-local"
./hack/build.sh
fi

export IMGPKG_BINARY="$PWD/imgpkg${IMGPKG_BINARY_EXT-}"

Expand Down

0 comments on commit 92c4d45

Please sign in to comment.