From bd35d19e987f152e4a60010b026eb3ebe58b7632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 2 Jul 2022 17:58:51 +0100 Subject: [PATCH] remove the maunal hydra trigger --- .drone.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index d18d80c..205d74c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -102,18 +102,3 @@ trigger: - push branch: - main ---- -kind: pipeline -type: docker -name: notify-hydra - -steps: - - name: Notify hydra - image: nixery.dev/shell/curl - commands: - - curl --get --data-urlencode "jobsets=darkkirb:nix-packages" https://hydra.chir.rs/api/push -trigger: - event: - - push - branch: - - main