explicit build dirs

This commit is contained in:
Scott Nowicki 2017-04-24 13:40:07 -05:00
parent 679aa2e014
commit 441b86ac86
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ before_deploy:
deploy:
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && ./deploy.sh
script: cd cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./deploy.sh
on:
repo: 10thmagnitude/terraform
branch: topic-101-vm-simple-linux
# destroy resources with Azure CLI
after_deploy: ./after_deploy.sh
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh