-
Notifications
You must be signed in to change notification settings - Fork 32
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
TypeError: Cannot read property 'repoName' of undefined #19
Comments
I ran into the same issue... it appears that GCB has changed the event object. Here's what my getGithubCommit looks like:
|
Hi @svenmueller, perhaps the build did not have a #26 was just merged and might help, could you try it out and confirm please? @benperove that's a nice approach by explicitly setting the github owner, you don't have to deal with parsing |
Hello folks, I have also recently come across the issue of Because we needed to use a custom build step container, we pushed a dockerfile into our gcr.io repository. Turns out that Cloud Build is triggered at that point, building the image and sending a Cloud Build notification. Hope this helps for any future references. |
Thanks @svachmic |
The cloud function crashes with the following error:
Any idea what's causing this error?
-- Sven
The text was updated successfully, but these errors were encountered: