mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
add key to cache
This commit is contained in:
parent
2d33c40a50
commit
bba60eb20d
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ include:
|
|||
variables:
|
||||
GOPATH: $CI_PROJECT_DIR/.go
|
||||
cache:
|
||||
paths:
|
||||
- .go/pkg/mod/
|
||||
- key: $CI_COMMIT_REF_SLUG
|
||||
paths:
|
||||
- .go/pkg/mod/
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue