Skip to content

Commit

Permalink
rm create ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 12, 2024
1 parent 51ea705 commit c9ae686
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ phases:
on-failure: ABORT
commands:
- aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${ECR_REGISTRY}
- aws ecr create-repository --repository-name mrt-dashboard || echo 'ignore if exists...'

- COMMIT=`git rev-parse --short HEAD`
- BRANCH=`git symbolic-ref -q --short HEAD || git name-rev $(git rev-parse --short HEAD) | cut -d' ' -f2 || echo ''`
Expand Down

0 comments on commit c9ae686

Please sign in to comment.