set build dir correctly in deprecated script

main
ChristopherBiscardi 2017-12-18 14:07:52 -08:00
parent 633e0ffe09
commit e1a6d5ff4d
No known key found for this signature in database
GPG Key ID: 703265E1DE405983
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -e
cd $TRAVIS_BUILD_DIR
pushd build/
find . -not -name "*.map" -type f | while read f; do
azure storage blob upload -q "$f" cabana "$f"