Skip to content
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

If deploying to cocoapods fails, the job is still successful #4

Closed
LitterSun opened this issue Dec 17, 2020 · 5 comments
Closed

If deploying to cocoapods fails, the job is still successful #4

LitterSun opened this issue Dec 17, 2020 · 5 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@LitterSun
Copy link

[!] Found podspec GrowingAnalytics.podspec
Updating spec repo trunk
Validating podspec
-> GrowingAnalytics
-> GrowingAnalytics (0.0.1)
- WARN | summary: The summary is not meaningful.
- ERROR | [iOS] unknown: Encountered an unknown error ([!] /usr/local/bin/git clone https://github.com/growingio/growingio-sdk-ios-autotracker.git /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/d20201217-4863-12ud63c --template= --single-branch --depth 1 --branch 0.0.1

Cloning into '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/d20201217-4863-12ud63c'...
warning: Could not find remote branch 0.0.1 to clone.
fatal: Remote branch 0.0.1 not found in upstream origin
) during validation.

[!] The spec did not pass validation, due to 1 error.

image

@th-anguyen
Copy link

+1. I am seeing this happen in my repository as well. The publish failed but job still showed successful.

@michaelhenry
Copy link
Owner

oh i think i know why, there is a typo error in here

shell.exec("set - eo pipefail")

this should be -eo

will fix this soon. thank you.

@michaelhenry michaelhenry added the bug Something isn't working label Apr 21, 2021
@michaelhenry michaelhenry self-assigned this Apr 21, 2021
@michaelhenry michaelhenry added this to the 1.0.10 milestone Apr 21, 2021
@th-anguyen
Copy link

Thanks @michaelhenry! You da man.

@michaelhenry
Copy link
Owner

michaelhenry commented Apr 21, 2021

@th-anguyen you're welcome. thanks to you too. 🍻

@bejado
Copy link

bejado commented Feb 12, 2024

I'm still seeing this behavior with 745686a: https://github.com/google/filament/actions/runs/7672082848

The job succeeds, even though authentication with CocoaPods trunk failed:

[!] Authentication token is invalid or unverified. Either verify it with the email that was sent or register a new session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants