Merge pull request #808 from FrenchBen/fix-azure

Fixed Azure go utils
This commit is contained in:
Justin Cormack 2016-11-29 07:46:42 -08:00 committed by GitHub
commit e131ad013e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --update \
tar \ tar \
util-linux util-linux
RUN go get -u github.com/Microsoft/azure-vhd-utils-for-go RUN go get -u github.com/Microsoft/azure-vhd-utils
RUN mkdir /build RUN mkdir /build
RUN mkdir /scripts RUN mkdir /scripts

View File

@ -77,7 +77,7 @@ case "$1" in
arrowecho "Uploading VHD to ${BLOBURL}..." arrowecho "Uploading VHD to ${BLOBURL}..."
azure-vhd-utils-for-go upload \ azure-vhd-utils upload \
--localvhdpath "/tmp/mobylinux.vhd" \ --localvhdpath "/tmp/mobylinux.vhd" \
--stgaccountname "${AZURE_STG_ACCOUNT_NAME}" \ --stgaccountname "${AZURE_STG_ACCOUNT_NAME}" \
--stgaccountkey "${AZURE_STG_ACCOUNT_KEY}" \ --stgaccountkey "${AZURE_STG_ACCOUNT_KEY}" \