Simplify ci logic
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user