From 87b049b72d86bc824dc672e683ac868dd50d20da Mon Sep 17 00:00:00 2001 From: Scott Nowicki Date: Wed, 19 Apr 2017 23:26:28 -0500 Subject: [PATCH] adding cd to after_deploy to ensure we're in the correct directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5d37c4b2..dd9b0aefc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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