gitlab CI force submodule update
This commit is contained in:
parent
7549ecbf45
commit
84a7b930a8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ build apk:
|
|||
before_script:
|
||||
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
- git submodule update --init --force --recursive
|
||||
artifacts:
|
||||
paths:
|
||||
- bin/browser-*-release.apk
|
||||
|
|
Loading…
Reference in a new issue