Skip to content

Commit c953920

Browse files
author
mike dupont
committed
adding verbose to build spec
1 parent 585865d commit c953920

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildspec.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ phases:
44
pre_build:
55
commands:
66
- echo Logging in to Amazon ECR...
7+
- echo aws ecr get-login-password --region $AWS_DEFAULT_REGION
8+
- aws ecr get-login-password --region $AWS_DEFAULT_REGION
9+
- echo docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com
10+
- docker version
711
- aws ecr get-login-password --region $AWS_DEFAULT_REGION | docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com
812
build:
913
commands:

0 commit comments

Comments
 (0)