1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2024-06-14 04:57:24 +00:00
Python application to programatically trigger Drone builds.
Go to file
Adam Dodman 75f51fa233
Merge pull request #1 from frebib/master
Fix some bugs, add some functionality :)
2017-10-31 21:57:24 +00:00
Dockerfile Switch to unbuffered io so things actually print to the docker log 2017-07-17 21:48:56 +01:00
main.py Print useful error message when exiting with no output 2017-10-31 21:02:57 +00:00
Readme.md Initial Commit 2017-07-15 02:26:34 +01:00

Drone Trigger

An application to trigger Drone builds based on a changed JSON input.

How to use

TODO