gitlab-ci.yml: disable nixda build
It's known broken. No need to waste time and resources. Reenable when fixed.
This commit is contained in:
parent
f1c3a2d082
commit
a92ae39d65
1 changed files with 0 additions and 7 deletions
|
@ -7,10 +7,3 @@ build-parsons:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- nix-build -A deploy.parsons
|
- nix-build -A deploy.parsons
|
||||||
|
|
||||||
build-nixda:
|
|
||||||
tags:
|
|
||||||
- nix
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- nix-build -A deploy.nixda
|
|
||||||
|
|
Loading…
Reference in a new issue