Skip to content

Commit 024b1c1

Browse files
authored
attempt to include submodules in deploy stage (#6067)
1 parent 479741e commit 024b1c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
stage: deploy
104104
script: tests/ci/build_package.sh
105105
env: BUILD_TYPE=package
106+
before_deploy: git submodule update --init
106107
deploy:
107108
# Create Github release, upload artifacts
108109
- provider: releases

0 commit comments

Comments
 (0)