We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8fd4b5 + 0a16dc5 commit d64416dCopy full SHA for d64416d
ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
@@ -689,6 +689,8 @@ objects:
689
- -c
690
- |
691
#!/bin/sh
692
+ set -e
693
+
694
trap 'rc=$?; if test "${rc}" -eq 0; then touch /tmp/setup-success; else touch /tmp/exit; fi; exit "${rc}"' EXIT
695
trap 'CHILDREN=$(jobs -p); if test -n "${CHILDREN}"; then kill ${CHILDREN} && wait; fi' TERM
696
0 commit comments