Do not cache untracked files

This commit is contained in:
timvisee 2018-11-20 16:34:24 +01:00
parent 30f0a67cda
commit 1e1d8bb697
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -12,7 +12,6 @@ variables:
# Cache rust/cargo/build artifacts
cache:
key: "$CI_PIPELINE_ID-$RUST_VERSION"
untracked: true
paths:
- /usr/local/cargo/registry/
- /usr/local/rustup/toolchains/