ci cache
This commit is contained in:
@@ -6,15 +6,15 @@ default:
|
|||||||
variables:
|
variables:
|
||||||
PLATFORMS: linux/arm64/v8,linux/amd64
|
PLATFORMS: linux/arm64/v8,linux/amd64
|
||||||
|
|
||||||
lint:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- just lint
|
- just lint
|
||||||
|
|
||||||
unit:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- just test
|
- just test
|
||||||
|
cache:
|
||||||
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
paths:
|
||||||
|
- /root/cache/
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: release
|
stage: release
|
||||||
|
|||||||
Reference in New Issue
Block a user