Skip to content

Commit

Permalink
ci: ignore unbound vars passed
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Apr 22, 2022
1 parent eac856d commit f237886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/startjanssendemo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -eo pipefail
JANS_FQDN=$1
JANS_PERSISTENCE=$2
JANS_CI_CD_RUN=$3
Expand Down

0 comments on commit f237886

Please sign in to comment.