build(gitlab-ci): disable flake check building

This commit is contained in:
Felix Schröter 2023-11-19 00:54:09 +01:00
parent a8c6987854
commit 7952f70165
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,7 +14,7 @@ stages:
check:
stage: test
script:
- cachix watch-exec felschr nix flake check
- cachix watch-exec felschr nix flake check --no-build
build:
stage: build