Skip to content

Commit f237886

Browse files
committed
ci: ignore unbound vars passed
1 parent eac856d commit f237886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automation/startjanssendemo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -euo pipefail
2+
set -eo pipefail
33
JANS_FQDN=$1
44
JANS_PERSISTENCE=$2
55
JANS_CI_CD_RUN=$3

0 commit comments

Comments
 (0)