1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2024-07-06 05:36:11 +00:00
Python application to programatically trigger Drone builds.
Go to file
2017-08-06 22:57:59 +01:00
Dockerfile Switch to unbuffered io so things actually print to the docker log 2017-07-17 21:48:56 +01:00
main.py Fix missing error catching 2017-08-06 22:57:59 +01: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