Skip to content

Commit

Permalink
buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 17, 2024
1 parent 284f81a commit 063260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
pre_build:
on-failure: ABORT
commands:
- export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain cdlib-uc3-mrt --domain-owner $AWS_ACCOUNT_ID --region us-west-2 --query authorizationToken --output text`
- export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain cdlib-uc3-mrt --domain-owner $AWS_ACCOUNT_ID --region $AWS_REGION --query authorizationToken --output text`
- aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${ECR_REGISTRY}

- aws ecr create-repository --repository-name merritt-tomcat || echo 'ignore if exists...'
Expand Down

0 comments on commit 063260c

Please sign in to comment.