Cache .task/ directory to lazy run tasks across stages

This commit is contained in:
Peter 2021-01-16 17:49:20 +01:00
parent 41aa132e80
commit af5c55d8c9
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -4,6 +4,7 @@ cache: &global_cache
key: ${CI_COMMIT_REF_SLUG}
paths:
- .task/
- ./**/*.pb.go
policy: pull-push
stages: