From 6bf058a2211d892643b8792d3f46d55650061652 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 14 Feb 2023 09:05:02 +0100
Subject: [PATCH] remove cache policy

Jobs get the cache from the same previous successfull job from previous pipeline
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d30a9869..4645ca370 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,6 @@ fmt_and_clippy:
           - Cargo.lock
       paths:
         - target/debug
-      policy: push
 
 build_debug:
   extends: .env
@@ -86,7 +85,6 @@ build_debug:
           - Cargo.lock
       paths:
         - target/debug
-      policy: pull
 
 build_release:
   extends: .env
@@ -151,7 +149,6 @@ tests_debug:
           - Cargo.lock
       paths:
         - target/debug
-      policy: pull
   artifacts:
     paths:
       - build/
-- 
GitLab