This commit is contained in:
Aine 2023-10-17 16:37:44 +03:00
parent ea74eda6fc
commit 1a5e591f4f
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -6,15 +6,15 @@ default:
variables:
PLATFORMS: linux/arm64/v8,linux/amd64
lint:
test:
stage: test
script:
- just lint
unit:
stage: test
script:
- just test
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- /root/cache/
docker:
stage: release