From e1a6d5ff4d6a88089201287104920960e11f6535 Mon Sep 17 00:00:00 2001 From: ChristopherBiscardi Date: Mon, 18 Dec 2017 14:07:52 -0800 Subject: [PATCH] set build dir correctly in deprecated script --- scripts/travis-deploy-deprecated.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis-deploy-deprecated.sh b/scripts/travis-deploy-deprecated.sh index 24e818a..2672e25 100644 --- a/scripts/travis-deploy-deprecated.sh +++ b/scripts/travis-deploy-deprecated.sh @@ -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"