Skip to content

Commit f7ea889

Browse files
committed
Remove publish in travis ci
1 parent 408f824 commit f7ea889

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ env:
66
before_deploy:
77
- curl --fail -L -o mill https://github.com/lihaoyi/mill/releases/download/$MILL_VERSION/$MILL_VERSION-assembly
88
- chmod +x mill
9-
- ./mill -i mill.scalalib.PublishModule/publishAll \
10-
--sonatypeCreds $SONATYPE_USER:$SONATYPE_PASSWORD \
11-
--gpgArgs --passphrase=$SONATYPE_PGP_PRIVATE_KEY_PASSWORD,--no-tty,--pinentry-mode,loopback,--batch,--yes,-a,-b \
12-
--publishArtifacts __.publishArtifacts \
13-
--readTimeout 600000 \
14-
--awaitTimeout 600000 \
15-
--release true \
16-
--signed true --sonatypeUri https://s01.oss.sonatype.org/service/local
179
- ./mill knitkit.assembly
1810
- cp out/knitkit/assembly/dest/out-tmp.jar knitkit.jar
1911
deploy:

0 commit comments

Comments
 (0)