1
0
mirror of https://github.com/Adam-Ant/drone-trigger synced 2024-06-14 04:57:24 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Adam Dodman
75f51fa233
Merge pull request #1 from frebib/master
Fix some bugs, add some functionality :)
2017-10-31 21:57:24 +00:00
2d399044da
Print useful error message when exiting with no output 2017-10-31 21:02:57 +00:00
dbebef95b8
Allow integer indexed arrays in JSON structure 2017-10-31 21:02:22 +00:00
Adam Dodman
e28fed6933 Fix missing error catching 2017-08-06 22:57:59 +01:00
Adam Dodman
3ca4d2c950 Improve error handling 2017-08-06 22:51:32 +01:00
Adam Dodman
d4be0bf82e Switch to unbuffered io so things actually print to the docker log 2017-07-17 21:48:56 +01:00
Adam Dodman
fe8d0b4f51 Cleanup default config 2017-07-17 18:22:35 +01:00
Adam Dodman
5698858e5c Fixes to make the build process work 2017-07-17 18:02:28 +01:00
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
5e7296e76d Add Dockerfile 2017-07-16 23:56:01 +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