We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9d3f1 commit addaae0Copy full SHA for addaae0
.drone.yml
@@ -48,6 +48,8 @@ pipeline:
48
commands:
49
- cp -R . /tmp/6/ && cd /tmp/6/
50
- JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/" ./project/scripts/sbt -java-home "/usr/lib/jvm/java-11-openjdk-amd64/" ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run;sjsSandbox/test"
51
+ when:
52
+ event: [ push, tag, deployment ]
53
54
test_sbt:
55
group: test
0 commit comments