mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
3f0b7a1b5c
Because hydra-cli build is currently broken on unstable.
14 lines
462 B
YAML
14 lines
462 B
YAML
hydra-pr:
|
|
only:
|
|
- merge_requests
|
|
image: nixos/nix
|
|
script:
|
|
- nix-shell -I nixpkgs=channel:nixos-22.05 -p hydra-cli --run '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-shell -I nixpkgs=channel:nixos-22.05 -p hydra-cli --run 'hydra-cli -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master'
|