mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed before_script
Former-commit-id: ef3bd010fe8bdd8bbb4e9159e11109d5db42dce0
This commit is contained in:
parent
66a6db7add
commit
0ee552cb5a
@ -13,7 +13,7 @@ rust-nightly:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: none
|
GIT_SUBMODULE_STRATEGY: none
|
||||||
before-script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install curl gcc git -y
|
- apt-get install curl gcc git -y
|
||||||
- git submodule sync --recursive
|
- git submodule sync --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user