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 2ae4b02cd2 Replace ConfigParser with ConfigObj
This allows us to persist comments when we write to the config file, and
it being an actual list helps with some things we might want to do in
the future
2017-07-16 22:41:13 +01:00
main.py Replace ConfigParser with ConfigObj 2017-07-16 22:41:13 +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