From 7c15653fac6065d906e168c282bf84fb48785abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 8 Dec 2019 13:58:14 +0100 Subject: [PATCH] CI: Remove cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78901a5..3767a9cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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