Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed May 30, 2024
1 parent 4be5df5 commit d5d6533
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ version: 0.2
phases:
pre_build:
commands:
- echo aws s3 cp --recursive api s3://${S3CFBUCKET}/api
- exit
- echo s3://${S3CFBUCKET}/api
- aws s3 ls s3://${S3CFBUCKET}/

- git clone https://github.com/CDLUC3/mrt-core2.git
- cd mrt-core2
- mvn clean install -Pparent
Expand Down

0 comments on commit d5d6533

Please sign in to comment.