Skip to content

Commit

Permalink
compose buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 25, 2024
1 parent 985c811 commit 7a0be5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ phases:
build:
on-failure: ABORT
commands:
- docker-compose build -f mrt-inttest-services/mock-merritt-it
- docker-compose push -f mrt-inttest-services/mock-merritt-it
- docker-compose -f mrt-inttest-services/mock-merritt-it build
- docker-compose -f mrt-inttest-services/mock-merritt-it push
post_build:
commands:
#- aws s3 rm s3://${S3CFBUCKET}/api --recursive

0 comments on commit 7a0be5c

Please sign in to comment.