-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop using a designated tests project ID. #2288
Conversation
LGTM. Lots of pink lines! |
Blerg! Not quite enough red lines: lint says we got some unused imports. |
This is because the project ID can be determined directly from the file pointed to by GOOGLE_APPLICATION_CREDENTIALS. Fixes googleapis#2263.
OK this broke things big time: Looking into it. |
OK I think I know what happened, the key stored in |
PR googleapis#2288 broke the Travis build since the key stored (from 2014) didn't have the project ID as a value.
Sent #2292 to fix. |
b0rken here as well: Though this is even more b0rken since I deleted the IV and key env. vars. from Travis. |
This is because the project ID can be determined directly from the file pointed to by
GOOGLE_APPLICATION_CREDENTIALS
.Fixes #2263.