Using CI for compilation errors because am on Windows

pull/5356/head
Peter Mounce 9 years ago
parent ac8eedf171
commit 5bcb0644c3

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

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

Loading…
Cancel
Save