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