From 1eab85afc6302f21016285819eea0ebca1cffd76 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Wed, 17 Jan 2018 17:45:39 +0100 Subject: [PATCH] Update .gitlab-ci.yml (#7599) 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 ed3a3675a..d8adea346 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: