提交 2fd09dc0 编写于 作者: O Olli-Pekka Heinisuo

fix variable name typo

上级 6c98a57f
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册