Skip to content

Commit

Permalink
Remove publish in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
colin4124 committed Nov 13, 2021
1 parent 408f824 commit f7ea889
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ env:
before_deploy:
- curl --fail -L -o mill https://github.com/lihaoyi/mill/releases/download/$MILL_VERSION/$MILL_VERSION-assembly
- chmod +x mill
- ./mill -i mill.scalalib.PublishModule/publishAll \
--sonatypeCreds $SONATYPE_USER:$SONATYPE_PASSWORD \
--gpgArgs --passphrase=$SONATYPE_PGP_PRIVATE_KEY_PASSWORD,--no-tty,--pinentry-mode,loopback,--batch,--yes,-a,-b \
--publishArtifacts __.publishArtifacts \
--readTimeout 600000 \
--awaitTimeout 600000 \
--release true \
--signed true --sonatypeUri https://s01.oss.sonatype.org/service/local
- ./mill knitkit.assembly
- cp out/knitkit/assembly/dest/out-tmp.jar knitkit.jar
deploy:
Expand Down

0 comments on commit f7ea889

Please sign in to comment.