[FIX] Fix GitLab CI

This commit is contained in:
Gravit 2019-05-14 19:35:55 +07:00
parent 6113a187c6
commit 96d07a4b25
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -18,7 +18,9 @@ cache:
build: build:
stage: build stage: build
script: 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 - ./gradlew assemble
artifacts: artifacts:
paths: paths: