Skip to content

Commit

Permalink
adding debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Jan 15, 2025
1 parent c953920 commit 026458f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ phases:
pre_build:
commands:
- echo Logging in to Amazon ECR...
- codebuild-breakpoint
- echo aws ecr get-login-password --region $AWS_DEFAULT_REGION
- aws ecr get-login-password --region $AWS_DEFAULT_REGION
- echo docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com
Expand Down

0 comments on commit 026458f

Please sign in to comment.