Skip to content

Commit

Permalink
Merge pull request #2048 from flatcar/scripts
Browse files Browse the repository at this point in the history
ci-automation/release: add support for Managed idenities
  • Loading branch information
sayanchowdhury committed Jun 25, 2024
2 parents 36ec77c + 7d0e4d3 commit 5bff2f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci-automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ function _inside_mantle() {
--debug \
--platform="${platform}" \
--aws-credentials="${aws_credentials_config_file}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key=none \
--board="${arch}-usr" \
--channel="${CHANNEL}" \
Expand Down Expand Up @@ -138,8 +137,7 @@ function _inside_mantle() {
--publish-marketplace \
--access-role-arn="${AWS_MARKETPLACE_ARN}" \
--product-ids="${pid}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key="${gcp_json_key_path}" \
--gce-release-key="${google_release_credentials_file}" \
--board="${arch}-usr" \
Expand Down

0 comments on commit 5bff2f7

Please sign in to comment.