Skip to content

Commit 43f57ab

Browse files
committed
Cleanup sbt arguments
1 parent 412fbec commit 43f57ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline:
5757
environment:
5858
- NIGHTLYBUILD=yes
5959
commands:
60-
- ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
60+
- ./project/scripts/sbtPublish dotty-bootstrapped/publishSigned sonatypeRelease
6161
volumes:
6262
- /home/drone/keys:/keys
6363
secrets: [ sonatype_user, sonatype_pw, pgp_pw ]
@@ -72,7 +72,7 @@ pipeline:
7272
commands:
7373
# Produces dotty-version.{tar.gz, zip}
7474
- ./project/scripts/sbt dist-bootstrapped/packArchive
75-
- ./project/scripts/sbtPublish ";dotty-bootstrapped/publishSigned ;sonatypeRelease"
75+
- ./project/scripts/sbtPublish dotty-bootstrapped/publishSigned sonatypeRelease
7676
volumes:
7777
- /home/drone/keys:/keys
7878
secrets: [ sonatype_user, sonatype_pw, pgp_pw ]
@@ -96,7 +96,7 @@ pipeline:
9696
environment:
9797
- RELEASEBUILD=yes
9898
commands:
99-
- ./project/scripts/sbtPublish ";sbt-dotty/publishSigned ;sonatypeRelease"
99+
- ./project/scripts/sbtPublish sbt-dotty/publishSigned sonatypeRelease
100100
volumes:
101101
- /home/drone/keys:/keys
102102
secrets: [ sonatype_user, sonatype_pw, pgp_pw ]

0 commit comments

Comments
 (0)