We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3115ff commit ecb9e16Copy full SHA for ecb9e16
1 file changed
entrypoint.sh
@@ -23,7 +23,7 @@ eval `ssh-agent -s`
23
ssh-add <(echo "$SSH_PRIVATE_KEY")
24
25
remote_command=<< EOF
26
-set -e
+set -ex
27
28
log() {
29
echo ">> [remote]" \$@
0 commit comments