fixed after_deploy syntax for .travis.yml
This commit is contained in:
parent
1653d5da73
commit
bf5d9773e2
|
@ -25,6 +25,4 @@ deploy:
|
|||
branch: topic-101-vm-simple-linux
|
||||
|
||||
# TODO: possibly use Azure CLI to delete the resource group
|
||||
after_deploy:
|
||||
- provider: script
|
||||
script: terraform destroy
|
||||
after_deploy: terraform destroy
|
||||
|
|
Loading…
Reference in New Issue