mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
bee80564d8
The version 0.0.3 of hydra-cli prints the jobset details on error.
14 lines
432 B
YAML
14 lines
432 B
YAML
hydra-pr:
|
|
only:
|
|
- merge_requests
|
|
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 ${CI_MERGE_REQUEST_IID}
|
|
|
|
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
|