Skip to content

Commit

Permalink
test: remove curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
jason1028kr committed Jan 17, 2025
1 parent 1b717c9 commit fde338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/vhd-scanning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TRIVY_UPLOAD_TABLE_NAME="trivy-table-${BUILD_ID}-${TIMESTAMP}.txt"
BUILD_RUN_NUMBER=$(echo $BUILD_RUN_NUMBER | cut -d_ -f 1)

# set image version locally, if it is not set in environment variable
if [ -z "${IMAGE_VERSION}" ]; then
if [ -z "$IMAGE_VERSION" ]; then
IMAGE_VERSION=$(date +%Y%m.%d.0)
echo "IMAGE_VERSION was not set, setting it to ${IMAGE_VERSION} for trivy scan and Kusto ingestion"
fi
Expand Down

0 comments on commit fde338c

Please sign in to comment.