Skip to content

Commit

Permalink
fix(git-deploy): from sh to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Apr 21, 2021
1 parent ff61f06 commit 1ea67f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion git-deploy/bin/create-deployment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu

CI_COMMIT_TAG=${CI_COMMIT_TAG:=""}
Expand Down
2 changes: 1 addition & 1 deletion git-deploy/bin/extract-deploy-id
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu

CACHE_RESPONSE=${CACHE_RESPONSE:="/tmp/deploy_payload.json"}
Expand Down
2 changes: 1 addition & 1 deletion git-deploy/bin/update-deployment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu

#
Expand Down

0 comments on commit 1ea67f9

Please sign in to comment.