-
Notifications
You must be signed in to change notification settings - Fork 595
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
Travis npm deploy failed #773
Comments
Any links you can send over ? |
Sorry, I prematurely submitted the issue. Refresh :) |
/cc @silvolu |
Looks like we just need to re-generate the key: npm/npm#8970 (comment) |
@jgeewax it's probably better if you do it adding your key? |
See PR #778 |
Cool, do you mind adding @callmehiphop and myself as owners? $ npm owner add stephenplusplus gcloud
$ npm owner add callmehiphop gcloud We have to manually publish the 0.17 tag. Travis will continue to fail since our 0.17.0 tag has the outdated |
We're live on npm with 0.17.0! |
@jgeewax We're stuck again -- https://travis-ci.org/GoogleCloudPlatform/gcloud-node/builds/74461152#L3393 Could it be your session expired? We'll need another PR with updated credentials or handle it like last time with a manual |
@stephenplusplus : Added you as an owner. Not sure what would have happened to my session..... @silvolu , were you following the steps here (npm/npm#8970 (comment)) to get this working? |
@jgeewax thanks. Published 👍 |
@jgeewax I followed this travis guide at the time. |
For each client method returning a long running operation, a separate method to check its status is added. Added methods: `checkAsyncBatchAnnotateFilesProgress`, `checkAsyncBatchAnnotateImagesProgress`, `checkImportProductSetsProgress`, `checkPurgeProductsProgress`.
* docs: changing format of the jsdoc links PiperOrigin-RevId: 509352615 Source-Link: googleapis/googleapis@b737d30 Source-Link: googleapis/googleapis-gen@8efadf3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGVmYWRmM2Q1ODc4MGVhMWM1NTAyNjhkNDZhM2RjNzAxYmEzN2ZjZiJ9 * 🦉 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>
@jgeewax
https://travis-ci.org/GoogleCloudPlatform/gcloud-node/builds/73223799#L2964-L2966
Looks like we need to do something different with regards to the api_key in our .travis.yml. Here's a guide http://docs.travis-ci.com/user/deployment/npm/
The text was updated successfully, but these errors were encountered: