mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-25 07:41:29 +00:00
Remove caching
This commit is contained in:
@@ -11,11 +11,6 @@ variables:
|
|||||||
DEFAULT_PIPELINE_NAME: "$CI_COMMIT_BRANCH - $CI_COMMIT_MESSAGE"
|
DEFAULT_PIPELINE_NAME: "$CI_COMMIT_BRANCH - $CI_COMMIT_MESSAGE"
|
||||||
SCHEDULED_PIPELINE_NAME: "Daily scheduled build pipeline"
|
SCHEDULED_PIPELINE_NAME: "Daily scheduled build pipeline"
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
- cargo/
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
stage: build
|
stage: build
|
||||||
@@ -30,7 +25,7 @@ lint:
|
|||||||
- cargo clippy --all-targets -- -D warnings
|
- cargo clippy --all-targets -- -D warnings
|
||||||
rules:
|
rules:
|
||||||
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
|
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
stage: test
|
stage: test
|
||||||
|
Reference in New Issue
Block a user