mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
adding cd to after_deploy to ensure we're in the correct directory
This commit is contained in:
parent
36e4b74c13
commit
87b049b72d
@ -25,4 +25,4 @@ deploy:
|
||||
branch: topic-101-vm-simple-linux
|
||||
|
||||
# TODO: possibly use Azure CLI to delete the resource group
|
||||
after_deploy: terraform destroy -force
|
||||
after_deploy: cd $TEST_DIR && terraform destroy -force
|
||||
|
Loading…
Reference in New Issue
Block a user