Skip to content

Commit

Permalink
debug only
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 committed Oct 18, 2024
1 parent d2f765e commit 021b973
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -o nounset
set -o errexit
set -o pipefail
set -x

trap 'CHILDREN=$(jobs -p); if test -n "${CHILDREN}"; then kill ${CHILDREN} && wait; fi' TERM

Expand Down Expand Up @@ -78,6 +79,7 @@ if [[ ! -z "$PERMISSIONS_BOUNDARY" ]]; then
fi

# Whatever the account roles with the prefix exist or not, do creation.
echo "rosa -v $(rosa -v)"
echo "Create the ${CLUSTER_SWITCH} account roles with the prefix '${ACCOUNT_ROLES_PREFIX}'"
echo "rosa create account-roles -y --mode auto --prefix ${ACCOUNT_ROLES_PREFIX} ${CLUSTER_SWITCH} ${VERSION_SWITCH} ${ARN_PATH_SWITCH}"
rosa create account-roles -y --mode auto \
Expand Down

0 comments on commit 021b973

Please sign in to comment.