nixos-mailserver/.gitlab-ci.yml
2022-02-24 20:49:27 +00:00

14 lines
412 B
YAML

hydra-pr:
only:
- merge_requests
image: nixos/nix
script:
- nix run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver ${CI_MERGE_REQUEST_IID}
hydra-master:
only:
- master
image: nixos/nix
script:
- nix run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master