haccfiles/.gitlab-ci.yml
stuebinm 5fb8a1b595
pipeline: fix mistake in build command
(previous commit contained two builds for nixda, none for hainich)
2021-03-22 23:10:01 +01:00

17 lines
200 B
YAML

stages:
- build
build-nixda:
tags:
- nix
stage: build
script:
- nix-build -A deploy.nixda
build-hainich:
tags:
- nix
stage: build
script:
- nix-build -A deploy.hainich