File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,16 @@ after_success:
2929stages :
3030- name : test
3131- name : release
32- if : (branch = master AND type = push) OR (tag IS present)
32+ if : (( branch = master AND type = push) OR (tag IS present)) AND NOT fork
3333
3434jobs :
3535 include :
3636 - stage : release
3737 jdk : openjdk8
3838 script : docker login -u $DOCKER_USER -p $DOCKER_PASS && sbt docker:publish
39+ name : docker
40+ - script : sbt ci-release
41+ name : jar
3942
4043notifications :
4144 webhooks :
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.0.0" )
21addSbtPlugin(" com.dwijnand" % " sbt-travisci" % " 1.2.0" )
32addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.10" )
43addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
4+ addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.4.31" )
55addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.3.0" )
66addSbtPlugin(" com.github.cb372" % " sbt-explicit-dependencies" % " 0.2.11" )
77addSbtPlugin(" com.github.tkawachi" % " sbt-doctest" % " 0.9.5" )
You can’t perform that action at this time.
0 commit comments