Using CI for compilation errors because am on Windows

This commit is contained in:
Peter Mounce 2017-09-18 18:13:21 +01:00
parent ac8eedf171
commit 5bcb0644c3
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func (d *driverGCE) CreateImage(name, description, family, zone, disk string, im
Description: description,
Name: name,
Family: family,
Labels: labels,
Labels: image_labels,
SourceDisk: fmt.Sprintf("%s%s/zones/%s/disks/%s", d.service.BasePath, d.projectId, zone, disk),
SourceType: "RAW",
}

View File

@ -5,6 +5,7 @@ import (
)
type Image struct {
Labels map[string]string
Licenses []string
Name string
ProjectId string