diff --git a/ci-operator/step-registry/cucushift/hypershift-extended/capi/clear/cucushift-hypershift-extended-capi-clear-commands.sh b/ci-operator/step-registry/cucushift/hypershift-extended/capi/clear/cucushift-hypershift-extended-capi-clear-commands.sh index 3ae07c2a9a3b..fdaa28166662 100644 --- a/ci-operator/step-registry/cucushift/hypershift-extended/capi/clear/cucushift-hypershift-extended-capi-clear-commands.sh +++ b/ci-operator/step-registry/cucushift/hypershift-extended/capi/clear/cucushift-hypershift-extended-capi-clear-commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail function set_proxy () { if test -s "${SHARED_DIR}/proxy-conf.sh" ; then diff --git a/ci-operator/step-registry/cucushift/hypershift-extended/capi/health-check/cucushift-hypershift-extended-capi-health-check-commands.sh b/ci-operator/step-registry/cucushift/hypershift-extended/capi/health-check/cucushift-hypershift-extended-capi-health-check-commands.sh index d56d047b9e17..dc2821163152 100644 --- a/ci-operator/step-registry/cucushift/hypershift-extended/capi/health-check/cucushift-hypershift-extended-capi-health-check-commands.sh +++ b/ci-operator/step-registry/cucushift/hypershift-extended/capi/health-check/cucushift-hypershift-extended-capi-health-check-commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail function set_proxy () { if test -s "${SHARED_DIR}/proxy-conf.sh" ; then diff --git a/ci-operator/step-registry/cucushift/hypershift-extended/capi/init/cucushift-hypershift-extended-capi-init-commands.sh b/ci-operator/step-registry/cucushift/hypershift-extended/capi/init/cucushift-hypershift-extended-capi-init-commands.sh index 4f133e1aa899..3be5e1c6fa8d 100644 --- a/ci-operator/step-registry/cucushift/hypershift-extended/capi/init/cucushift-hypershift-extended-capi-init-commands.sh +++ b/ci-operator/step-registry/cucushift/hypershift-extended/capi/init/cucushift-hypershift-extended-capi-init-commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail export AWS_SHARED_CREDENTIALS_FILE="${CLUSTER_PROFILE_DIR}/.awscred" export AWS_REGION=${REGION} diff --git a/ci-operator/step-registry/cucushift/hypershift-extended/capi/provision/cucushift-hypershift-extended-capi-provision-commands.sh b/ci-operator/step-registry/cucushift/hypershift-extended/capi/provision/cucushift-hypershift-extended-capi-provision-commands.sh index bd2c489e9bc5..01569174645e 100644 --- a/ci-operator/step-registry/cucushift/hypershift-extended/capi/provision/cucushift-hypershift-extended-capi-provision-commands.sh +++ b/ci-operator/step-registry/cucushift/hypershift-extended/capi/provision/cucushift-hypershift-extended-capi-provision-commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail function retry() { local check_func=$1 diff --git a/ci-operator/step-registry/cucushift/hypershift-extended/capi/vpc-peering/cucushift-hypershift-extended-capi-vpc-peering-commands.sh b/ci-operator/step-registry/cucushift/hypershift-extended/capi/vpc-peering/cucushift-hypershift-extended-capi-vpc-peering-commands.sh index 27cd351f40f9..068230b1d54b 100644 --- a/ci-operator/step-registry/cucushift/hypershift-extended/capi/vpc-peering/cucushift-hypershift-extended-capi-vpc-peering-commands.sh +++ b/ci-operator/step-registry/cucushift/hypershift-extended/capi/vpc-peering/cucushift-hypershift-extended-capi-vpc-peering-commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail function set_proxy () { if test -s "${SHARED_DIR}/proxy-conf.sh" ; then