mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
rename all caches to prevent busting
This commit is contained in:
parent
dfcda63880
commit
7d2b3bca0f
@ -32,7 +32,7 @@ before_script:
|
|||||||
optional-debug:linux:
|
optional-debug:linux:
|
||||||
<<: *optional-debug
|
<<: *optional-debug
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-debug"
|
key: "cache-linux-debug-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
script:
|
script:
|
||||||
@ -50,7 +50,7 @@ optional-debug:linux:
|
|||||||
optional-debug:windows:
|
optional-debug:windows:
|
||||||
<<: *optional-debug
|
<<: *optional-debug
|
||||||
cache:
|
cache:
|
||||||
key: "cache-windows-debug"
|
key: "cache-windows-debug-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
script:
|
script:
|
||||||
@ -76,7 +76,7 @@ optional-debug:windows:
|
|||||||
optional-release:linux:
|
optional-release:linux:
|
||||||
<<: *optional-release
|
<<: *optional-release
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-release"
|
key: "cache-linux-release-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
script:
|
script:
|
||||||
@ -94,7 +94,7 @@ optional-release:linux:
|
|||||||
optional-release:windows:
|
optional-release:windows:
|
||||||
<<: *optional-release
|
<<: *optional-release
|
||||||
cache:
|
cache:
|
||||||
key: "cache-windows-release"
|
key: "cache-windows-release-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
script:
|
script:
|
||||||
@ -116,7 +116,7 @@ optional-release:windows:
|
|||||||
check:
|
check:
|
||||||
stage: check-compile
|
stage: check-compile
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-debug"
|
key: "cache-linux-debug-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
tags:
|
tags:
|
||||||
@ -127,7 +127,7 @@ check:
|
|||||||
code-quality:
|
code-quality:
|
||||||
stage: check-compile
|
stage: check-compile
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-debug"
|
key: "cache-linux-debug-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
tags:
|
tags:
|
||||||
@ -143,7 +143,7 @@ code-quality:
|
|||||||
unittests:
|
unittests:
|
||||||
stage: post
|
stage: post
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-debug"
|
key: "cache-linux-debug-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
when: delayed
|
when: delayed
|
||||||
@ -156,7 +156,7 @@ unittests:
|
|||||||
benchmarks:
|
benchmarks:
|
||||||
stage: post
|
stage: post
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-release"
|
key: "cache-linux-release-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
when: delayed
|
when: delayed
|
||||||
@ -170,7 +170,7 @@ benchmarks:
|
|||||||
linux:
|
linux:
|
||||||
stage: post
|
stage: post
|
||||||
cache:
|
cache:
|
||||||
key: "cache-linux-release"
|
key: "cache-linux-release-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
when: delayed
|
when: delayed
|
||||||
@ -197,7 +197,7 @@ linux:
|
|||||||
windows:
|
windows:
|
||||||
stage: post
|
stage: post
|
||||||
cache:
|
cache:
|
||||||
key: "cache-windows-release"
|
key: "cache-windows-release-v2"
|
||||||
paths:
|
paths:
|
||||||
- ./target
|
- ./target
|
||||||
when: delayed
|
when: delayed
|
||||||
|
Loading…
Reference in New Issue
Block a user