Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 13, 2024
1 parent 1f8382a commit b841841
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 @@ -19,7 +19,9 @@ phases:
build:
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/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'
- curl --request PUT "https://cdlib-uc3-mrt-${AWS_ACCOUNT_ID}.d.codeartifact.us-west-2.amazonaws.com/maven/uc3-mrt/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 "TBTBTB"
- mvn -ntp javadoc:javadoc
- cd src/main/ruby
- bundle install
Expand Down

0 comments on commit b841841

Please sign in to comment.