Skip to content

Commit

Permalink
modify spec
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 11, 2024
1 parent a6d23f1 commit 39a339c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 0.2

phases:
pre_build:
commands:
Expand All @@ -9,6 +11,3 @@ phases:
- cd coll-health-obj-analysis
- docker-compose -f sample/docker-compose-static.yml up --build
- aws s3 cp --recursive present_schema s3://${S3CFBUCKET}/present_schema
post_build:
commands:
#- aws s3 rm s3://${S3CFBUCKET}/api --recursive

0 comments on commit 39a339c

Please sign in to comment.