ci: updated cache filename.
continuous-integration/drone/push Build was killed Details

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2024-04-17 14:56:14 +08:00
parent 0803e5765e
commit 10f7034aa4
Signed by: imi415
GPG Key ID: DB982239424FF8AC
1 changed files with 4 additions and 10 deletions

View File

@ -38,10 +38,7 @@ steps:
secret_key:
from_secret: cache_aks
restore: true
filename: "cache_rpi2.tar.xz"
mount:
- ./dl
- ./ccache
filename: "cache_rpi2.tar"
- name: build
commands:
@ -58,7 +55,7 @@ steps:
from_secret: cache_aks
rebuild: true
flush: true
filename: "cache_rpi2.tar.xz"
filename: "cache_rpi2.tar"
mount:
- ./dl
- ./ccache
@ -103,10 +100,7 @@ steps:
secret_key:
from_secret: cache_aks
restore: true
filename: "cache_t113i.tar.xz"
mount:
- ./dl
- ./ccache
filename: "cache_t113i.tar"
- name: build
commands:
@ -123,7 +117,7 @@ steps:
from_secret: cache_aks
rebuild: true
flush: true
filename: "cache_t113i.tar.xz"
filename: "cache_t113i.tar"
mount:
- ./dl
- ./ccache