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 517cce0 commit b3a7025Copy full SHA for b3a7025
.drone.yml
@@ -49,6 +49,7 @@ steps:
49
depends_on: [ clone ]
50
commands:
51
- cp -R . /tmp/3/ && cd /tmp/3/
52
+ - git submodule sync
53
- git submodule update --init --recursive --jobs 7
54
- ./project/scripts/sbt community-build/test
55
0 commit comments