remove the maunal hydra trigger
This commit is contained in:
parent
6017ca8646
commit
bd35d19e98
1 changed files with 0 additions and 15 deletions
15
.drone.yml
15
.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
|
||||
|
|
Reference in a new issue