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 2d4c129 commit f107d74Copy full SHA for f107d74
.drone.yml
@@ -49,9 +49,9 @@ pipeline:
49
commands:
50
- cp -R . /tmp/4/ && cd /tmp/4/
51
- ./project/scripts/sbt sbt-dotty/scripted
52
- when:
53
- # sbt scripted tests are slow and only run on nightly or deployment
54
- event: [ tag, deployment ]
+ # when:
+ # # sbt scripted tests are slow and only run on nightly or deployment
+ # event: [ tag, deployment ]
55
56
# DOCUMENTATION:
57
documentation:
0 commit comments