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