Using CI for compilation errors because am on Windows
This commit is contained in:
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…
Reference in New Issue