mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
Fixed before_script
Former-commit-id: 3e5ae64c61ca2e85594c6834677906565d17ad94
This commit is contained in:
@ -13,7 +13,7 @@ rust-nightly:
|
||||
image: ubuntu:latest
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: none
|
||||
before-script:
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install curl gcc git -y
|
||||
- git submodule sync --recursive
|
||||
|
Reference in New Issue
Block a user