-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Making sure new docs get built on tags. #645
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
Conversation
A tag is not associated with a branch inherently so TRAVIS_BRANCH == master is the wrong check.
|
I think I'll just move the |
|
LGTM (but I'm missing context to understand #645 (comment)). |
Making sure new docs get built on tags.
|
@tseaver http://googlecloudplatform.github.io/gcloud-python/0.4.1/ never got built (that's why I filed this) So in order for them to get re-built, I will re-push the |
* fix: Add async context manager return types chore: Mock return_value should not populate oneof message fields chore: Support snippet generation for services that only support REST transport chore: Update gapic-generator-python to v1.11.0 PiperOrigin-RevId: 545430278 Source-Link: googleapis/googleapis@601b532 Source-Link: googleapis/googleapis-gen@b3f18d0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjNmMThkMGY2NTYwYTg1NTAyMmZkMDU4ODY1ZTc2MjA0NzlkN2FmOSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sometimes it's useful to get a reference to the transport for a client object. Closes #640
The most common transient error with memcache is `ConnectionResetError`, which wasn't included in exceptions to retry. Now all connection errors are retried. Fixes #620
A tag is not associated with a branch inherently so
TRAVIS_BRANCH == master is the wrong check.
See my previous comment for context.