Skip to content

Commit

Permalink
builds
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 25, 2024
1 parent 11e52c7 commit 2d58738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ phases:
- docker-compose -f mrt-inttest-services/merritt-tomcat/docker-compose.yml push
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml -f mrt-inttest-services/merritt-maven/platforms.yml build
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml -f mrt-inttest-services/merritt-maven/platforms.yml push
- docker buildx -t ${ECR_REGISTRY}/merritt-maven:dev -b ECR_REGISTRY=${ECR_REGISTRY} -b JAVA_RELEASE_ARG=${JAVA_RELEASE:-8} --platforms="linux/amd64,linux/arm64" mrt-inttest-services/merritt-maven
- docker push ${ECR_REGISTRY}/merritt-maven:dev
- docker-compose -f mrt-inttest-services/mock-merritt-it/docker-compose.yml build
- docker-compose -f mrt-inttest-services/mock-merritt-it/docker-compose.yml push
- docker-compose -f mrt-inttest-services/mrt-it-database/docker-compose.yml build
Expand Down
7 changes: 0 additions & 7 deletions mrt-inttest-services/merritt-maven/platforms.yml

This file was deleted.

0 comments on commit 2d58738

Please sign in to comment.