Skip to content

Commit

Permalink
Remove outdated comment on logging in to the current account
Browse files Browse the repository at this point in the history
Co-authored-by: Paula <[email protected]>
  • Loading branch information
keithduncan and pzeballos committed Aug 24, 2021
1 parent b9b81e9 commit 60ab013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ function assume_role_for_ecr_login() {
export ${export_credentials?}
}

# For logging into the current AWS account’s registry
if [[ "${BUILDKITE_PLUGIN_ECR_LOGIN:-}" =~ ^(true|1)$ ]] ; then
(
if [[ -n "${BUILDKITE_PLUGIN_ECR_ASSUME_ROLE_ROLE_ARN:-}" ]]; then
Expand Down

0 comments on commit 60ab013

Please sign in to comment.