This commit is contained in:
Aine
2023-10-17 16:37:44 +03:00
parent ea74eda6fc
commit 1a5e591f4f

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