mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-26 15:06:14 +01:00
13 lines
496 B
YAML
13 lines
496 B
YAML
hydra-pr:
|
|
only:
|
|
- merge_requests
|
|
image: nixos/nix
|
|
script:
|
|
- nix --extra-experimental-features nix-command 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 --extra-experimental-features nix-command run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master
|