CI as compiler!
This commit is contained in:
parent
2239d55fdb
commit
15a456750b
|
@ -305,7 +305,7 @@ func testConfig(t *testing.T) map[string]interface{} {
|
|||
"source_image": "foo",
|
||||
"ssh_username": "root",
|
||||
"image_family": "bar",
|
||||
"image_labels": string{
|
||||
"image_labels": map[string]string{
|
||||
"label-1": "value-1",
|
||||
"label-2": "value-2",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue