build(gitlab-ci): disable flake check building
This commit is contained in:
parent
a8c6987854
commit
7952f70165
|
@ -14,7 +14,7 @@ stages:
|
||||||
check:
|
check:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- cachix watch-exec felschr nix flake check
|
- cachix watch-exec felschr nix flake check --no-build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue