remove commit branch frone struct.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-11-09 11:11:22 +08:00
parent ff05dfd6dc
commit c591da7e86
1 changed files with 0 additions and 1 deletions

View File

@ -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
}