Skip to content

Commit 02e95af

Browse files
committed
Revert ".drone.yml: restart sbt after publishLocal"
This reverts commit 1e7c6a5.
1 parent 6941d55 commit 02e95af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.drone.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ pipeline:
55
commands:
66
- ln -s /var/cache/drone/scala-scala scala-scala
77
- ./scripts/update-scala-library
8-
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 publishLocal
98
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
109

1110
matrix:
1211
TEST:
1312
- test
14-
- dotty-compiler-bootstrapped/test
13+
- ;publishLocal;dotty-compiler-bootstrapped/test
1514
- partest-only-no-bootstrap --show-diff --verbose
1615
- partest-only --show-diff --verbose

0 commit comments

Comments
 (0)