We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479741e commit 024b1c1Copy full SHA for 024b1c1
1 file changed
.travis.yml
@@ -103,6 +103,7 @@ jobs:
103
stage: deploy
104
script: tests/ci/build_package.sh
105
env: BUILD_TYPE=package
106
+ before_deploy: git submodule update --init
107
deploy:
108
# Create Github release, upload artifacts
109
- provider: releases
0 commit comments