Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed May 31, 2024
1 parent cc2bab7 commit 6a2b1c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ phases:
- echo s3://${S3CFBUCKET}/api
- aws s3 ls s3://${S3CFBUCKET}/
- pwd
- git clone https://github.com/CDLUC3/mrt-core2.git
- git clone https://github.com/CDLUC3/merritt-docker.git
- cd merritt_docker
- git submodule update --remote --init mrt-services/dep_core/mrt-core2
- mvn -ntp install -f mrt-services/dep_core/mrt-core2/pom.xml -Pparent
build:
commands:
- mvn -ntp clean install -f mrt-core2/pom.xml -Pparent
- mvn -ntp install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
- mvn -ntp javadoc:javadoc
- cd src/main/ruby
Expand Down

0 comments on commit 6a2b1c3

Please sign in to comment.