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 bde153cfdc Add branch capability
Add branches to figure out which build to fork. Useful for repos with
seperate triggers needed for each branch. Note this means that branches
other than master will not be considered by default from now on.
2017-07-17 16:01:00 +01:00
Dockerfile Add Dockerfile 2017-07-16 23:56:01 +01:00
main.py Add branch capability 2017-07-17 16:01:00 +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