Simplify ci logic

This commit is contained in:
Greg Hellings
2025-08-09 14:47:01 +00:00
parent b7b096e76f
commit 841e39fdb5
4 changed files with 129 additions and 129 deletions
+11
View File
@@ -0,0 +1,11 @@
check:
stage: check
tags:
- nix
script:
- nix flake check
- TAG=$(date +%Y.%m.%d).$CI_COMMIT_SHORT_SHA
- echo "TAG=$TAG" > variables.env
artifacts:
reports:
dotenv: variables.env