From b5263680a40bd3120ed4a9b8df653bc6b9c8b3d9 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 19 Apr 2020 14:48:01 +0200 Subject: [PATCH] Check the Hydra master jobset as well --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437bfe9..d26b583 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,13 @@ -hydra: +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