Unification: Drone config, Makefile, structure and badges

This commit is contained in:
Thomas Boerger
2016-01-18 22:31:56 +01:00
committed by Thomas Boerger
parent 1b8ed88565
commit 78cce00412
5 changed files with 96 additions and 32 deletions

View File

@@ -40,7 +40,13 @@ type Docker struct {
BuildArgs []string `json:"build_args"`
}
var (
buildDate string
)
func main() {
fmt.Printf("Drone Docker Plugin built at %s\n", buildDate)
workspace := plugin.Workspace{}
build := plugin.Build{}
vargs := Docker{}