Use a cargo cache for the clippy CI job.
This commit is contained in:
parent
5fed4e80a7
commit
464685b52b
@ -79,6 +79,8 @@ spec:
|
|||||||
workspaces:
|
workspaces:
|
||||||
- name: source
|
- name: source
|
||||||
workspace: git-source
|
workspace: git-source
|
||||||
|
- name: cargo-cache
|
||||||
|
workspace: cargo-cache
|
||||||
runAfter:
|
runAfter:
|
||||||
- fetch-repository
|
- fetch-repository
|
||||||
params:
|
params:
|
||||||
@ -157,7 +159,7 @@ spec:
|
|||||||
subPath: rust-source
|
subPath: rust-source
|
||||||
- name: cargo-cache
|
- name: cargo-cache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: organic-cargo-cache-fmt
|
claimName: organic-cargo-cache-clippy
|
||||||
- name: docker-credentials
|
- name: docker-credentials
|
||||||
secret:
|
secret:
|
||||||
secretName: harbor-plain
|
secretName: harbor-plain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user