[beta] fix cache:key (#7598)

* Bump 1.9 to beta

* Update .gitlab-ci.yml

fix cache:key
This commit is contained in:
Afri Schoedon 2018-01-17 21:36:13 +01:00 committed by Denis S. Soldatov aka General-Beck
parent 8c36a56365
commit 718020b64b

View File

@ -10,7 +10,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
@ -485,7 +485,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: