Skip to content

Commit b3a7025

Browse files
committed
.drone.yml: Handle changes in submodule remote
We need to run "git submodule sync" in case we picked up a submodule remote change when merging master into this branch when running the CI.
1 parent 517cce0 commit b3a7025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ steps:
4949
depends_on: [ clone ]
5050
commands:
5151
- cp -R . /tmp/3/ && cd /tmp/3/
52+
- git submodule sync
5253
- git submodule update --init --recursive --jobs 7
5354
- ./project/scripts/sbt community-build/test
5455

0 commit comments

Comments
 (0)