Merge pull request #1625 from bradrydzewski/master

refactored build runner, enables drone exec command
This commit is contained in:
Brad Rydzewski
2016-05-10 17:22:26 -07:00
136 changed files with 3066 additions and 4627 deletions

View File

@@ -141,6 +141,10 @@ func start(c *cli.Context) {
} else {
logrus.SetLevel(logrus.WarnLevel)
}
logrus.Infof("Connecting to %s with token %s",
c.String("drone-server"),
c.String("drone-token"),
)
client := client.NewClientToken(
c.String("drone-server"),