8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c98a57 commit 2fd09dcCopy full SHA for 2fd09dc
.travis.yml
@@ -590,8 +590,8 @@ after_success: |
590
brew install azure-cli
591
fi
592
593
- az storage container create -n ${$TRAVIS_COMMIT} --public-access blob
594
- 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
595
596
set -x
597
0 commit comments