cache off

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-06-09 20:44:44 +03:00 committed by GitHub
parent e5e7b5cc48
commit 1ed6ee01de

View File

@ -11,7 +11,7 @@ variables:
CARGOFLAGS: ""
cache:
key: "$CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
untracked: true
untracked: false
linux-stable:
stage: build
image: parity/rust:gitlab-ci