Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
also release to our internal artifactory - sonatype flakey again (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier authored Aug 2, 2020
1 parent d0a2849 commit b31f865
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- stage: tag-release
name: Tag release
script: sbt ciReleaseTagNextVersion
- stage: release
name: Release to shiftleft artifactory
script: sbt 'set publishTo := Some("releases"
at "https://shiftleft.jfrog.io/shiftleft/libs-release-local")' "set credentials
+= Credentials(\"Artifactory Realm\", \"shiftleft.jfrog.io\", \"$JFROG_USER\",
\"$JFROG_PASS\")" ciRelease
- stage: release
name: Release to sonatype
script: sbt ciReleaseSonatype
Expand Down

0 comments on commit b31f865

Please sign in to comment.