Use bash in Docker scripts
Our Docker scripts use Bash-style conditionals that aren't supported by the default Debian shell.
This commit is contained in:
parent
1b8ea4b6d7
commit
b6963d0e5c
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue