File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
3+ export LC_ALL=C
34
45iam_role_name_max_length=64
56iam_role_name_hash_length=8
Original file line number Diff line number Diff line change @@ -28,8 +28,20 @@ assert_output \
2828 --suffix ConductorOne-baton-axiomatic-github-enterprise-cloud \
2929 --output-name gha_artifacts_role_name
3030
31+ assert_output \
32+ " gha_artifacts_role_name=GHA-Artifacts-ConductorOne-baton-axiomatic-github-enter-571914a9" \
33+ --prefix GHA-Artifacts- \
34+ --suffix ConductorOne-baton-axiomatic-github-enterprise-cloud-extra-long-name \
35+ --output-name gha_artifacts_role_name
36+
3137assert_output \
3238 " ecr_push_role_name=GitHubActionsECRPushRole-baton-axiomatic-github-enterprise-cloud" \
3339 --prefix GitHubActionsECRPushRole- \
3440 --suffix baton-axiomatic-github-enterprise-cloud \
3541 --output-name ecr_push_role_name
42+
43+ assert_output \
44+ " ecr_push_role_name=GitHubActionsECRPushRole-baton-axiomatic-github-enterpr-302f51c5" \
45+ --prefix GitHubActionsECRPushRole- \
46+ --suffix baton-axiomatic-github-enterprise-cloud-extra \
47+ --output-name ecr_push_role_name
You can’t perform that action at this time.
0 commit comments