Skip to content

Commit

Permalink
Merge branch 'fix/travis-terraform-destroy' into stable/0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Capuccini committed Mar 16, 2018
2 parents 054a5bd + da3f26b commit 637bd09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ script:

after_script:
- export TERRAFORM_OPT="-force" && travis_retry kn destroy
- travis_retry terraform destroy -force "$HOST_CLOUD" # in case there is some problem with kn
- >
travis_retry rm -f .terraform/plugin_path
&& terraform init "$HOST_CLOUD"
&& terraform destroy -force -var-file=terraform.tfvars "$HOST_CLOUD" # in case there is some problem with kn
jobs:
include:
Expand Down

0 comments on commit 637bd09

Please sign in to comment.