Update .gitlab-ci.yml

fix cache key
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-01-17 10:12:02 +03:00 committed by GitHub
parent 0510cb3aa1
commit 9fe61dd529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ variables:
CI_SERVER_NAME: "GitLab CI" CI_SERVER_NAME: "GitLab CI"
LIBSSL: "libssl1.0.0 (>=1.0.0)" LIBSSL: "libssl1.0.0 (>=1.0.0)"
cache: cache:
key: "$CI_BUILD_STAGE/$CI_BUILD_REF_NAME" key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
paths: paths:
- target - target
untracked: true untracked: true
@ -163,7 +163,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: