From 718020b64bc9e89a841ebe9a8ca7da9ed2d8fbb0 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Wed, 17 Jan 2018 21:36:13 +0100 Subject: [PATCH] [beta] fix cache:key (#7598) * Bump 1.9 to beta * Update .gitlab-ci.yml fix cache:key --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a64c9110..87b227388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: