1
0

GODT-1833: Change cache name.

This commit is contained in:
Jakub
2022-08-31 10:27:05 +02:00
parent 61c787b1c7
commit cd35df6cc5

View File

@ -29,7 +29,7 @@ before_script:
- make install-dev-dependencies - make install-dev-dependencies
cache: cache:
key: go-mod key: go18-mod
paths: paths:
- .cache - .cache
policy: pull policy: pull
@ -52,7 +52,7 @@ cache-push:
script: script:
- echo "" - echo ""
cache: cache:
key: go-mod key: go18-mod
paths: paths:
- .cache - .cache