remove the maunal hydra trigger

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-02 17:58:51 +01:00
parent 6017ca8646
commit bd35d19e98
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -102,18 +102,3 @@ trigger:
- push - push
branch: branch:
- main - 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