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:
schweby 2022-02-27 12:22:30 +01:00
parent f1c3a2d082
commit a92ae39d65
Signed by: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -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