ci: nuke the gitlab caches (#9855)

Will go without cache. Meanwhile have to investigate what was wrong and how to use it effectively.
This commit is contained in:
Afri Schoedon 2018-11-08 19:37:12 +01:00 committed by TriplEight
parent aafe527d4a
commit 9982eba188
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ variables:
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
CARGO_TARGET: x86_64-unknown-linux-gnu
cache:
key: "${CI_JOB_NAME}"
paths:
- ./target
- ./.cargo
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
only: &releaseable_branches
- stable