1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2025-06-27 08:50:57 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
5e7296e76d Add Dockerfile 2017-07-16 23:56:01 +01:00
9d56dbbfdb Add shebang to top of file 2017-07-16 22:46:33 +01:00
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
2f140230a2 Initial Commit 2017-07-15 02:26:34 +01:00