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 6a2b1c3 commit 20db9a4
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 @@ -11,9 +11,10 @@ phases:
- aws s3 ls s3://${S3CFBUCKET}/
- pwd
- git clone https://github.com/CDLUC3/merritt-docker.git
- cd merritt_docker
- 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
- mvn -ntp install -f mrt-services/dep_core/mrt-core2/pom.xml -Pparent
- cd ..
build:
commands:
- mvn -ntp install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
Expand Down

0 comments on commit 20db9a4

Please sign in to comment.