2020-04-19 17:48:01 +05:00
|
|
|
hydra-pr:
|
2020-04-19 17:14:50 +05:00
|
|
|
only:
|
|
|
|
- merge_requests
|
2018-11-10 17:35:09 +05:00
|
|
|
image: nixos/nix
|
|
|
|
script:
|
2022-02-25 13:06:05 +05:00
|
|
|
- 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}
|
2020-04-19 17:48:01 +05:00
|
|
|
|
|
|
|
hydra-master:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
image: nixos/nix
|
|
|
|
script:
|
2022-02-25 13:06:05 +05:00
|
|
|
- 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
|