File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pipeline:
57
57
environment :
58
58
- NIGHTLYBUILD=yes
59
59
commands :
60
- - ./project/scripts/sbtPublish "; dotty-bootstrapped/publishSigned ; sonatypeRelease"
60
+ - ./project/scripts/sbtPublish dotty-bootstrapped/publishSigned sonatypeRelease
61
61
volumes :
62
62
- /home/drone/keys:/keys
63
63
secrets : [ sonatype_user, sonatype_pw, pgp_pw ]
@@ -72,7 +72,7 @@ pipeline:
72
72
commands :
73
73
# Produces dotty-version.{tar.gz, zip}
74
74
- ./project/scripts/sbt dist-bootstrapped/packArchive
75
- - ./project/scripts/sbtPublish "; dotty-bootstrapped/publishSigned ; sonatypeRelease"
75
+ - ./project/scripts/sbtPublish dotty-bootstrapped/publishSigned sonatypeRelease
76
76
volumes :
77
77
- /home/drone/keys:/keys
78
78
secrets : [ sonatype_user, sonatype_pw, pgp_pw ]
@@ -96,7 +96,7 @@ pipeline:
96
96
environment :
97
97
- RELEASEBUILD=yes
98
98
commands :
99
- - ./project/scripts/sbtPublish "; sbt-dotty/publishSigned ; sonatypeRelease"
99
+ - ./project/scripts/sbtPublish sbt-dotty/publishSigned sonatypeRelease
100
100
volumes :
101
101
- /home/drone/keys:/keys
102
102
secrets : [ sonatype_user, sonatype_pw, pgp_pw ]
You can’t perform that action at this time.
0 commit comments