Skip to content

Commit

Permalink
Merge branch 'master' into alburgess/ABExpandAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 authored Apr 9, 2024
2 parents 428fa62 + 8e1aff6 commit b303273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ if [[ "${MODE}" != "linuxVhdMode" ]] && [[ "${DRY_RUN}" == "True" ]]; then
fi


STORAGE_ACCOUNT_EXPIRATION_IN_HOURS=12
STORAGE_ACCOUNT_EXPIRATION_IN_HOURS=4
# convert to seconds so we can compare it against the "tags.now" property in the resource group metadata
(( storageAccountExpirationSecs = ${STORAGE_ACCOUNT_EXPIRATION_IN_HOURS} * 60 * 60 ))
# deadline = the "date +%s" representation of the oldest age we're willing to keep
Expand Down

0 comments on commit b303273

Please sign in to comment.