add caches
This commit is contained in:
parent
bd28d00d12
commit
9ed85181ee
@ -4,6 +4,9 @@ image_resource:
|
|||||||
type: registry-image
|
type: registry-image
|
||||||
source: {repository: rust}
|
source: {repository: rust}
|
||||||
|
|
||||||
|
caches:
|
||||||
|
- path: "./target/"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
- name: repo
|
- name: repo
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ image_resource:
|
|||||||
# This should cache clippy
|
# This should cache clippy
|
||||||
caches:
|
caches:
|
||||||
- path: "./.rustup/"
|
- path: "./.rustup/"
|
||||||
|
- path: "./target/"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
- name: repo
|
- name: repo
|
||||||
|
|||||||
@ -4,6 +4,9 @@ image_resource:
|
|||||||
type: registry-image
|
type: registry-image
|
||||||
source: {repository: rust}
|
source: {repository: rust}
|
||||||
|
|
||||||
|
caches:
|
||||||
|
- path: "./target/"
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
- name: repo
|
- name: repo
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user