Skip to content
Snippets Groups Projects
Commit 6bf058a2 authored by Moul's avatar Moul
Browse files

remove cache policy

Jobs get the cache from the same previous successfull job from previous pipeline
parent 14f3efaa
No related branches found
No related tags found
No related merge requests found
Pipeline #18656 canceled
...@@ -62,7 +62,6 @@ fmt_and_clippy: ...@@ -62,7 +62,6 @@ fmt_and_clippy:
- Cargo.lock - Cargo.lock
paths: paths:
- target/debug - target/debug
policy: push
build_debug: build_debug:
extends: .env extends: .env
...@@ -86,7 +85,6 @@ build_debug: ...@@ -86,7 +85,6 @@ build_debug:
- Cargo.lock - Cargo.lock
paths: paths:
- target/debug - target/debug
policy: pull
build_release: build_release:
extends: .env extends: .env
...@@ -151,7 +149,6 @@ tests_debug: ...@@ -151,7 +149,6 @@ tests_debug:
- Cargo.lock - Cargo.lock
paths: paths:
- target/debug - target/debug
policy: pull
artifacts: artifacts:
paths: paths:
- build/ - build/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment