rkbfirm/.drone.yml

16 lines
279 B
YAML
Raw Normal View History

2022-06-30 07:35:20 +00:00
---
kind: pipeline
type: docker
name: notify-hydra
steps:
- name: Notify hydra
image: nixery.dev/shell/curl
commands:
- curl --get --data-urlencode "jobsets=darkkirb:rkb1-firmware" https://hydra.chir.rs/api/push
trigger:
event:
- push
branch:
- main