Merge branch 'master' into topic-101-vm-simple-linux
This commit is contained in:
commit
942c23a554
|
@ -11,6 +11,7 @@ env:
|
|||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^(?i:topic)-.*$/
|
||||
|
||||
# install terraform
|
||||
|
@ -28,4 +29,4 @@ deploy:
|
|||
branch: topic-101-vm-simple-linux
|
||||
|
||||
# destroy resources with Azure CLI
|
||||
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh
|
||||
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh
|
Loading…
Reference in New Issue