diff --git a/.travis.yml b/.travis.yml index 89cd98c0882775caacf2600e8f8e973912979da1..01437347028bce0070abb47706db89ad02c22df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -590,8 +590,8 @@ after_success: | brew install azure-cli fi - az storage container create -n ${$TRAVIS_COMMIT} --public-access blob - az storage blob upload-batch -d ${$TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern *.whl + az storage container create -n ${TRAVIS_COMMIT} --public-access blob + az storage blob upload-batch -d ${TRAVIS_COMMIT} -s ${TRAVIS_BUILD_DIR}/wheelhouse --pattern *.whl set -x fi