rkbfirm/.drone.yml
Charlotte 🦝 Delenk ae53ddf822
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2022-06-30 08:38:05 +01:00

15 lines
279 B
YAML

---
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