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 e1621f2 commit c3e316fCopy full SHA for c3e316f
.drone.yml
@@ -43,9 +43,9 @@ pipeline:
43
commands:
44
- cp -R . /tmp/4/ && cd /tmp/4/
45
- ./project/scripts/sbt sbt-dotty/scripted
46
- when:
47
- # sbt scripted tests are slow and only run on nightly or deployment
48
- event: [ tag, deployment ]
+ # when:
+ # # sbt scripted tests are slow and only run on nightly or deployment
+ # event: [ tag, deployment ]
49
50
# DOCUMENTATION:
51
documentation:
0 commit comments