builder/googlecompute: Revert to using default service account

Fixes issue with cross Project builds.

Closes #4608

Regression introduced in PR #3639
This commit is contained in:
Rickard von Essen 2017-04-02 11:37:10 +02:00
parent 7f8f24e126
commit 77dc8b84c1
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ func (d *driverGCE) RunInstance(c *InstanceConfig) (<-chan error, error) {
},
ServiceAccounts: []*compute.ServiceAccount{
{
Email: c.ServiceAccountEmail,
Email: "default",
Scopes: c.Scopes,
},
},