mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
simplify before-script
This commit is contained in:
parent
22ec19ec55
commit
5609031391
@ -11,16 +11,13 @@ stages:
|
||||
- post
|
||||
|
||||
before_script:
|
||||
- date
|
||||
- source $HOME/.cargo/env
|
||||
- df -h
|
||||
- df -h /
|
||||
- free -h
|
||||
- gcc -v
|
||||
- cargo --version
|
||||
- export DISABLE_GIT_LFS_CHECK=true
|
||||
- rm -r target || echo "target doesnt exist, which is fine"
|
||||
- ln -s /dockercache/veloren/target target
|
||||
- date
|
||||
|
||||
# -- optional build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user