Skip to content

Commit a76ee9e

Browse files
markmandeljkohen
authored andcommitted
Use bash for deploy.sh (#69)
`sh` doesn't have access to pushd, so we should be using `bash`.
1 parent 638c876 commit a76ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube/full/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -e
44
set -u

0 commit comments

Comments
 (0)