mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Fix GitLab CI
This commit is contained in:
parent
6113a187c6
commit
96d07a4b25
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ cache:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- git submodule update --init
|
||||
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
- ./gradlew assemble
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue