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
Adam Dodman bb0721b645 Add checking to see if task sent sucessfully
This prevents a new current value being written if it did not succeed,
allowing it to be retried after the wait period.
2017-07-17 17:03:20 +01:00
Dockerfile Add Dockerfile 2017-07-16 23:56:01 +01:00
main.py Add checking to see if task sent sucessfully 2017-07-17 17:03:20 +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