Skip to content

Commit

Permalink
commentted out publishing state
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 29, 2021
1 parent 67c0fc2 commit 067e6f5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@ jobs:
- TRAVIS_SCALA_VERSION=2.13.5
- TRAVIS_JDK=11

- stage: publish
name: "Publish artifacts to Sonatype"
script: sbt +publish
# TODO: this is not yet working, we need new credentials in CI and test it out
# for now, releases from this branch must be done from maintainers machine
# - stage: publish
# name: "Publish artifacts to Sonatype"
# script: sbt +publish

stages:
- name: test
- name: publish
if: (tag IS present) AND NOT fork
# TODO: enable publish after fixing CI credentials
# - name: publish
# if: (tag IS present) AND NOT fork

cache:
directories:
Expand Down

0 comments on commit 067e6f5

Please sign in to comment.