Update .gitlab-ci.yml (#7599)

fix cache:key
This commit is contained in:
Afri Schoedon 2018-01-17 17:45:39 +01:00 committed by Denis S. Soldatov aka General-Beck
parent 00b5d30d33
commit 1eab85afc6

View File

@ -11,7 +11,7 @@ variables:
CARGOFLAGS: ""
CI_SERVER_NAME: "GitLab CI"
cache:
key: "$CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
untracked: true
linux-stable:
stage: build
@ -486,7 +486,7 @@ darwin:
name: "x86_64-apple-darwin_parity"
windows:
cache:
key: "%CI_BUILD_STAGE%/%CI_BUILD_REF_NAME%"
key: "%CI_BUILD_STAGE%-%CI_BUILD_REF_NAME%"
untracked: true
stage: build
only: