Skip to content

Commit

Permalink
test: let build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Oct 23, 2024
1 parent 1165a8a commit 5173e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/init-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VHD_BUILD_TIMESTAMP_JSON="${VHD_BUILD_TIMESTAMP_JSON:-./vhdbuilder/vhd_build_tim
SUBSCRIPTION_ID="${SUBSCRIPTION_ID:-$(az account show -o json --query="id" | tr -d '"')}"
CREATE_TIME="$(date +%s)"
STORAGE_ACCOUNT_NAME="aksimages${CREATE_TIME}$RANDOM"
exit 1

# This variable will only be set if a VHD build is triggered from an official branch
VHD_BUILD_TIMESTAMP=""

Expand Down

0 comments on commit 5173e6c

Please sign in to comment.