CI: Remove cache

Maxime “pep” Buquet created

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>

Change summary

.gitlab-ci.yml | 10 ----------
1 file changed, 10 deletions(-)

Detailed changes

.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