2020-04-19 14:48:01 +02:00
|
|
|
hydra-pr:
|
2020-04-19 14:14:50 +02:00
|
|
|
only:
|
|
|
|
- merge_requests
|
2018-11-10 13:35:09 +01:00
|
|
|
image: nixos/nix
|
|
|
|
script:
|
2020-04-19 14:14:50 +02:00
|
|
|
- nix run -f channel:nixos-unstable hydra-cli -c hydra-cli -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver $CI_MERGE_REQUEST_IID
|
2020-04-19 14:48:01 +02:00
|
|
|
|
|
|
|
hydra-master:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
image: nixos/nix
|
|
|
|
script:
|
|
|
|
- nix run -f channel:nixos-unstable hydra-cli -c hydra-cli -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master
|