Skip to content

Commit

Permalink
πŸ”€ : Merge pull request #351 from gaia-app/fix/container_exit
Browse files Browse the repository at this point in the history
πŸ› : add exit 0 at the end of scripts
  • Loading branch information
cdubuisson authored Jul 3, 2020
2 parents 592fe12 + a790649 commit e1f5986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/mustache/terraform.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ echo 'terraform {

terraform version
terraform init
{{&command}}
{{&command}}

exit 0

0 comments on commit e1f5986

Please sign in to comment.