Skip to content

Commit

Permalink
build bom
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed May 30, 2024
1 parent 343b1f2 commit 008cb11
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,7 +7,9 @@ version: 0.2
phases:
pre_build:
commands:
- echo Hello
- git clone https://github.com/CDLUC3/mrt-core2.git
- cd mrt-core2
- mvn clean install -f dep_core/mrt-core2/pom.xml -Pparent
build:
commands:
- mvn install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
Expand Down

0 comments on commit 008cb11

Please sign in to comment.