1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2024-07-31 08:56:10 +00:00
Commit Graph

5 Commits

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