simplify before-script

This commit is contained in:
Marcel Märtens 2019-11-19 20:26:27 +01:00
parent 22ec19ec55
commit 5609031391

View File

@ -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