Skip to content

Commit

Permalink
ntp
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed May 31, 2024
1 parent ae5da2d commit cc2bab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ phases:
- git clone https://github.com/CDLUC3/mrt-core2.git
build:
commands:
- mvn clean install -f mrt-core2/pom.xml -Pparent
- mvn install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
- mvn javadoc:javadoc
- 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
- bundle install
- bundle exec rdoc lib/*.rb
Expand Down

0 comments on commit cc2bab7

Please sign in to comment.