Skip to content

Commit 2fd09dc

Browse files
committed
fix variable name typo
1 parent 6c98a57 commit 2fd09dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ after_success: |
590590
brew install azure-cli
591591
fi
592592
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
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
595595
596596
set -x
597597
fi

0 commit comments

Comments
 (0)