Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
heliubj18 committed Oct 18, 2024
1 parent 021b973 commit d520b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +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 "rosa -v $(rosa version)"
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 d520b29

Please sign in to comment.