Skip to content

Commit 026458f

Browse files
author
mike dupont
committedJan 15, 2025
adding debug
1 parent c953920 commit 026458f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎buildspec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ phases:
44
pre_build:
55
commands:
66
- echo Logging in to Amazon ECR...
7+
- codebuild-breakpoint
78
- echo aws ecr get-login-password --region $AWS_DEFAULT_REGION
89
- aws ecr get-login-password --region $AWS_DEFAULT_REGION
910
- echo docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com

0 commit comments

Comments
 (0)