Skip to content

Commit

Permalink
ci-automation/release: add support for Managed idenities
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury committed Jun 25, 2024
1 parent 26f55d8 commit 9cd97c7
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 9cd97c7

Please sign in to comment.