Skip to content

Commit d64416d

Browse files
Merge pull request #5058 from wking/ipi-setup-set-e
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e: 'set -e' in setup
2 parents d8fd4b5 + 0a16dc5 commit d64416d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ objects:
689689
- -c
690690
- |
691691
#!/bin/sh
692+
set -e
693+
692694
trap 'rc=$?; if test "${rc}" -eq 0; then touch /tmp/setup-success; else touch /tmp/exit; fi; exit "${rc}"' EXIT
693695
trap 'CHILDREN=$(jobs -p); if test -n "${CHILDREN}"; then kill ${CHILDREN} && wait; fi' TERM
694696

0 commit comments

Comments
 (0)