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.
publishLocal
1 parent d717b63 commit 7516149Copy full SHA for 7516149
.drone.yml
@@ -34,7 +34,7 @@ pipeline:
34
image: lampepfl/dotty:2017-09-08
35
commands:
36
- cp -R . /tmp/4/ && cd /tmp/4/
37
- - ./project/scripts/sbt sbt-dotty/scripted
+ - ./project/scripts/sbt ";publishLocal ;sbt-dotty/scripted"
38
# when:
39
# # sbt scripted tests are slow and don't run on PRs
40
# event: [ push, tag, deployment ]
0 commit comments