CI: Remove cache
Gitlab.com's third-parti storage works half the time anyway, and it takes 8min to build 3mn to get it back.. Maybe someday.. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c53f4efbc5
commit
7c15653fac
1 changed files with 0 additions and 10 deletions
|
@ -9,19 +9,9 @@ variables:
|
|||
|
||||
.stable:
|
||||
image: rust:latest
|
||||
cache:
|
||||
key: stable
|
||||
paths:
|
||||
- target/
|
||||
- ~/.cargo
|
||||
|
||||
.nightly:
|
||||
image: rustlang/rust:nightly
|
||||
cache:
|
||||
key: nightly
|
||||
paths:
|
||||
- target/
|
||||
- ~/.cargo
|
||||
|
||||
.build:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue