Skip to content

Commit

Permalink
Sh not compatible with -o pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo authored and czimergebot committed Aug 1, 2018
1 parent 4e15e55 commit 63aa6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/account/Makefile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ check-plan: init get ssh-forward
fi

ssh-forward:
sh $(REPO_ROOT)/scripts/docker-ssh-forward.sh
bash $(REPO_ROOT)/scripts/docker-ssh-forward.sh

run:
$(docker_terraform) $(CMD)
Expand Down
2 changes: 1 addition & 1 deletion templates/component/Makefile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ check-plan: init get ssh-forward
fi

ssh-forward:
sh $(REPO_ROOT)/scripts/docker-ssh-forward.sh
bash $(REPO_ROOT)/scripts/docker-ssh-forward.sh

run:
$(docker_terraform) $(CMD)
Expand Down
2 changes: 1 addition & 1 deletion templates/global/Makefile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ check-plan: init get ssh-forward
fi

ssh-forward:
sh $(REPO_ROOT)/scripts/docker-ssh-forward.sh
bash $(REPO_ROOT)/scripts/docker-ssh-forward.sh

run:
$(docker_terraform) $(CMD)
Expand Down

0 comments on commit 63aa6e2

Please sign in to comment.