Skip to content

Commit 2583a86

Browse files
committed
retry
1 parent 52442cb commit 2583a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/scripts/sbtPublish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ if [ -z "$2" -o -z "$3" -o -z "$4" ]; then
2121
exit 1
2222
fi
2323

24-
CMD=" ;set credentials += Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$2\", \"$3\")"
24+
CMD=" ;set credentials := Credentials(\"Sonatype Nexus Repository Manager\", \"oss.sonatype.org\", \"$2\", \"$3\")"
2525
CMD="$CMD ;set pgpPassphrase := Some(\"\"\"$4\"\"\".toCharArray)"
2626
CMD="$CMD ;set pgpSecretRing := file(\"/keys/secring.asc\")"
2727
CMD="$CMD ;set pgpPublicRing := file(\"/keys/pubring.asc\")"
28-
CMD="$CMD ;dotty-bootstrapped/publishSigned ;sonatypeRelease"
28+
#CMD="$CMD ;dotty-bootstrapped/publishSigned ;sonatypeRelease"
2929

3030
export NIGHTLYBUILD="yes"
3131
sbt -J-Xmx4096m \

0 commit comments

Comments
 (0)