Skip to content

Commit 8e15463

Browse files
authored
Merge pull request #6631 from dotty-staging/fix-212
Unbreak the 2.12 build yet again
2 parents edc16a1 + 3406172 commit 8e15463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pipeline:
5858
commands:
5959
- cp -R . /tmp/5/ && cd /tmp/5/
6060
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
61-
when:
62-
event: [ push, tag, deployment ]
61+
# when:
62+
# event: [ push, tag, deployment ]
6363

6464
test_java11:
6565
group: test

0 commit comments

Comments
 (0)