travis syntax changes
This commit is contained in:
parent
9232165e20
commit
986b0682ea
|
@ -15,7 +15,9 @@ branches:
|
||||||
|
|
||||||
# install terraform
|
# install terraform
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd $TEST_DIR && ./before_deploy.sh
|
- provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script: cd $TEST_DIR && ./before_deploy.sh
|
||||||
|
|
||||||
# terraform deploy script
|
# terraform deploy script
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -28,4 +30,6 @@ deploy:
|
||||||
|
|
||||||
# destroy resources with Azure CLI
|
# destroy resources with Azure CLI
|
||||||
after_deploy:
|
after_deploy:
|
||||||
- cd $TEST_DIR && ./after_deploy.sh
|
- provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script: cd $TEST_DIR && ./after_deploy.sh
|
||||||
|
|
Loading…
Reference in New Issue