Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-23304 Remove depedency on CirrusCI-10 #569

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .cirrus/eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ CIRRUS_CLUSTER_NAME=${CIRRUS_CLUSTER_NAME:?}
CIRRUS_BRANCH=${CIRRUS_BRANCH:?}
AWS_IAM_ROLE=HelmChartSonarQubeCICDRole

if [[ "${CIRRUS_BRANCH}" == "master" ]]; then
# This is the production account
ROLE_AWS_ACCOUNT="275878209202"
CLUSTER_NAME="${CIRRUS_CLUSTER_NAME}"
else
# This is the dev account
ROLE_AWS_ACCOUNT="460386131003"
CLUSTER_NAME="CirrusCI-8-dev"
fi
# This is the dev account
ROLE_AWS_ACCOUNT="460386131003"
CLUSTER_NAME="CirrusCI-8-dev"

echo "${CIRRUS_OIDC_TOKEN}" > /tmp/web_identity_token_file

Expand Down
Loading