explicit build dirs
This commit is contained in:
parent
679aa2e014
commit
441b86ac86
|
@ -22,10 +22,10 @@ before_deploy:
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: cd $TEST_DIR && ./deploy.sh
|
script: cd cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./deploy.sh
|
||||||
on:
|
on:
|
||||||
repo: 10thmagnitude/terraform
|
repo: 10thmagnitude/terraform
|
||||||
branch: topic-101-vm-simple-linux
|
branch: topic-101-vm-simple-linux
|
||||||
|
|
||||||
# destroy resources with Azure CLI
|
# destroy resources with Azure CLI
|
||||||
after_deploy: ./after_deploy.sh
|
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh
|
||||||
|
|
Loading…
Reference in New Issue