Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
My team uses the 'gcloud builds submit' command to run our CI and we pass in a GCP bucket path with a zip file as the source parameter. This works fine for python but whenever we tried with a typescript application using nodejs runtime it fails saying it can not find the packages.json which is in the zip file and it can be seen being inflated in the logs. We have only experienced this bug when deploying cloud functions but, that is the only time we pass in a zip file.
The workaround we are doing for now is just running with source=. which does work.