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 20db9a4 commit f0a4011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ phases:
- aws s3 ls s3://${S3CFBUCKET}/
- pwd
- 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
- cd ..
- cd merritt-docker/mrt-services/dep_core
- git clone https://github.com/CDLUC3/merritt-core2.git
- mvn -ntp install -Pparent
- cd ../../..
build:
commands:
- mvn -ntp install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
Expand Down

0 comments on commit f0a4011

Please sign in to comment.