MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
81 stars 26 forks source link

allowing more universal ... passthrough #182

Closed muschellij2 closed 2 years ago

muschellij2 commented 2 years ago

If you passed tagName or branchName or, more importantly repoName, due to differences in the naming conventions of RepoSource, this can cause an error in an unintended way. This now checks that explicitly, and also allows for a full pass through of ... as there was a bug in the way projectId was handled with this code.

MarkEdmondson1234 commented 2 years ago

Thanks!