Skip to content

Commit

Permalink
migrate create repo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 12, 2024
1 parent 62f64f7 commit 24fd460
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ phases:
- 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...'
- aws ecr create-repository --repository-name mock-merritt-it || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-it-database || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-it-database-audit-replic || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-minio-it || echo 'ignore if exists...'
Expand Down
2 changes: 1 addition & 1 deletion mrt-integ-tests
Submodule mrt-integ-tests updated 1 files
+27 −0 buildspec.yml

0 comments on commit 24fd460

Please sign in to comment.