Skip to content

Commit

Permalink
bump mirror to 0.2.9 for artifact streaming bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarashok committed Mar 27, 2024
1 parent aef9938 commit 0792924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ installAndConfigureArtifactStreaming() {
# arguments: package name, package extension
PACKAGE_NAME=$1
PACKAGE_EXTENSION=$2
MIRROR_PROXY_VERSION='0.2.8'
MIRROR_PROXY_VERSION='0.2.9'
MIRROR_DOWNLOAD_PATH="./$1.$2"
MIRROR_PROXY_URL="https://acrstreamingpackage.blob.core.windows.net/bin/${MIRROR_PROXY_VERSION}/${PACKAGE_NAME}.${PACKAGE_EXTENSION}"
retrycmd_curl_file 10 5 60 $MIRROR_DOWNLOAD_PATH $MIRROR_PROXY_URL || exit ${ERR_ARTIFACT_STREAMING_DOWNLOAD}
Expand Down

0 comments on commit 0792924

Please sign in to comment.