Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed May 30, 2024
1 parent 4484e46 commit 4be5df5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ version: 0.2
phases:
pre_build:
commands:
- echo aws s3 cp --recursive api s3://${S3CFBUCKET}/api
- exit
- git clone https://github.com/CDLUC3/mrt-core2.git
- cd mrt-core2
- mvn clean install -Pparent
# - mvn clean install -DskipITs -Dmaven.test.skip=true
- cd ..
build:
commands:
Expand All @@ -27,4 +28,5 @@ phases:
post_build:
commands:
#- aws s3 rm s3://${S3CFBUCKET}/api --recursive
echo aws s3 cp --recursive api s3://${S3CFBUCKET}/api
aws s3 cp --recursive api s3://${S3CFBUCKET}/api

0 comments on commit 4be5df5

Please sign in to comment.