1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-23 23:01:23 +00:00

Remove caching

This commit is contained in:
2025-06-30 15:57:01 -06:00
parent 6e0fd55e39
commit 74039edb30

View File

@@ -11,11 +11,6 @@ variables:
DEFAULT_PIPELINE_NAME: "$CI_COMMIT_BRANCH - $CI_COMMIT_MESSAGE"
SCHEDULED_PIPELINE_NAME: "Daily scheduled build pipeline"
cache:
paths:
- target/
- cargo/
build:
image: rust:latest
stage: build
@@ -30,7 +25,7 @@ lint:
- cargo clippy --all-targets -- -D warnings
rules:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
test:
image: rust:latest
stage: test