Cache .task/ directory to lazy run tasks across stages
This commit is contained in:
parent
41aa132e80
commit
af5c55d8c9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ cache: &global_cache
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- .task/
|
- .task/
|
||||||
|
- ./**/*.pb.go
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in a new issue