Skip to content

Commit

Permalink
build spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 24, 2024
1 parent e96f7b0 commit 84ad4c6
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 @@ -23,10 +23,10 @@ phases:
on-failure: ABORT
commands:
- mvn -ntp clean install -Ddocker.skip -DskipITs -Dmaven.test.skip=true
- curl --request PUT "https://cdlib-uc3-mrt-${AWS_ACCOUNT_ID}.d.codeartifact.us-west-2.amazonaws.com/maven/uc3-mrt-java/org/cdlib/mrt/zk/1.0/MerrittZK-1.0.jar" --user "aws:$CODEARTIFACT_AUTH_TOKEN" --header "Content-Type:application/octet-stream" --data-binary @target/MerrittZK-1.0.jar
- echo $?
- echo "**** should have failed"
- mvn -ntp javadoc:javadoczz
# the following does not return a non zero return code
# - curl --request PUT "https://cdlib-uc3-mrt-${AWS_ACCOUNT_ID}.d.codeartifact.us-west-2.amazonaws.com/maven/uc3-mrt-java/org/cdlib/mrt/zk/1.0/MerrittZK-1.0.jar" --user "aws:$CODEARTIFACT_AUTH_TOKEN" --header "Content-Type:application/octet-stream" --data-binary @target/MerrittZK-1.0.jar
# - mvn -ntp deploy -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 84ad4c6

Please sign in to comment.