-
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 release jobs fail on second pass #882
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
callmehiphop
added
the
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
label
Sep 21, 2015
It would be great to run our after hook only after all tests pass, since technically, we don't know if our code is good until they do. I found something a week or so ago that could help. Do you remember the link by chance? |
I think it was https://github.com/alrra/travis-after-all ? |
Fixed by #893 |
4 tasks
sofisl
added a commit
that referenced
this issue
Nov 10, 2022
Co-authored-by: sofisl <[email protected]>
4 tasks
sofisl
pushed a commit
that referenced
this issue
Jan 17, 2023
sofisl
pushed a commit
that referenced
this issue
Jan 24, 2023
sofisl
pushed a commit
that referenced
this issue
Jan 24, 2023
🤖 I have created a release *beep* *boop* --- ### [4.10.2](googleapis/nodejs-speech@v4.10.1...v4.10.2) (2022-05-02) ### Bug Fixes * flaky system test ([#882](googleapis/nodejs-speech#882)) ([e837b64](googleapis/nodejs-speech@e837b64)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl
pushed a commit
that referenced
this issue
Jan 25, 2023
sofisl
pushed a commit
that referenced
this issue
Jan 25, 2023
🤖 I have created a release *beep* *boop* --- ### [4.10.2](googleapis/nodejs-speech@v4.10.1...v4.10.2) (2022-05-02) ### Bug Fixes * flaky system test ([#882](googleapis/nodejs-speech#882)) ([e837b64](googleapis/nodejs-speech@e837b64)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Now that we're supporting multiple node versions via CI, we need to update our release scripts. When and if the second pass finishes (0.12), it will fail at creating a new folder for the documentation JSON, because it already exists from the previous pass (4.x).
The text was updated successfully, but these errors were encountered: