From c591da7e86eb36cded8d7839382d312350b87676 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 9 Nov 2017 11:11:22 +0800 Subject: [PATCH] remove commit branch frone struct. Signed-off-by: Bo-Yi Wu --- docker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/docker.go b/docker.go index 2f4728a..b3d0b77 100644 --- a/docker.go +++ b/docker.go @@ -49,7 +49,6 @@ type ( Compress bool // Docker build compress Repo string // Docker build repository LabelSchema []string // Label schema map - Branch string // Docker build branch DefaultBranch string // Docker latest branch }