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

Commit b31f865

Browse files
authored
also release to our internal artifactory - sonatype flakey again (#223)
1 parent d0a2849 commit b31f865

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
- stage: tag-release
6060
name: Tag release
6161
script: sbt ciReleaseTagNextVersion
62+
- stage: release
63+
name: Release to shiftleft artifactory
64+
script: sbt 'set publishTo := Some("releases"
65+
at "https://shiftleft.jfrog.io/shiftleft/libs-release-local")' "set credentials
66+
+= Credentials(\"Artifactory Realm\", \"shiftleft.jfrog.io\", \"$JFROG_USER\",
67+
\"$JFROG_PASS\")" ciRelease
6268
- stage: release
6369
name: Release to sonatype
6470
script: sbt ciReleaseSonatype

0 commit comments

Comments
 (0)