Update gitlab-ci
cache optimization Former-commit-id: 372464f556fe12bbf28fa6e0422b8e4ea64c2db5
This commit is contained in:
parent
043ca21863
commit
e49ba9d0ae
@ -10,7 +10,7 @@ variables:
|
|||||||
CARGOFLAGS: ""
|
CARGOFLAGS: ""
|
||||||
NIGHTLY: "nightly"
|
NIGHTLY: "nightly"
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_BUILD_REF_NAME"
|
key: "CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
|
||||||
untracked: true
|
untracked: true
|
||||||
linux-stable:
|
linux-stable:
|
||||||
stage: build
|
stage: build
|
||||||
@ -344,6 +344,9 @@ darwin:
|
|||||||
- target/release/parity
|
- target/release/parity
|
||||||
name: "x86_64-apple-darwin_parity"
|
name: "x86_64-apple-darwin_parity"
|
||||||
windows:
|
windows:
|
||||||
|
cache:
|
||||||
|
key: "%CI_BUILD_STAGE%/%CI_BUILD_REF_NAME%"
|
||||||
|
untracked: true
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- $NIGHTLY
|
- $NIGHTLY
|
||||||
|
Loading…
Reference in New Issue
Block a user