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

actions returns -out as an ambiguous option which result to exit code 2 #4

Merged
merged 1 commit into from Dec 12, 2022

Conversation

nanophate
Copy link
Contributor

We started to get the following exit status when running split test and caused CI to not run. It is possible that GitHub changed ubuntu-latest library a bit and caused some update to the curl. It would be great if the team can check it out.

Run curl -L --out split-test https://github.com/mtsmfm/split-test/releases/download/v1.0.0/split-test-x86_64-unknown-linux-gnu
[10](https://github.com/yasslab/railsguides.jp_web/actions/runs/3653925624/jobs/6174061904#step:11:11)
curl: option --out: is ambiguous
[11](https://github.com/yasslab/railsguides.jp_web/actions/runs/3653925624/jobs/6174061904#step:11:12)
curl: try 'curl --help' or 'curl --manual' for more information
[12](https://github.com/yasslab/railsguides.jp_web/actions/runs/3653925624/jobs/6174061904#step:11:13)
Error: Process completed with exit code 2.

I do not have public repo available to share the fix and where it caused the issue but can share some screenshots. Hope it helps!

Screen Shot 2022-12-09 at 12 53 19

Screen Shot 2022-12-09 at 12 53 45

@nanophate nanophate changed the title actions returns -out as an ambiguous option actions returns -out as an ambiguous option which result to exit code 2 Dec 9, 2022
@nanophate
Copy link
Contributor Author

Seems like this was caused by the ongoing migration happening with ubuntu 20.04 to ubuntu 22.01 for ubuntu-latest user.
https://github.com/actions/runner-images#ongoing-migrations

Copy link
Owner

@mtsmfm mtsmfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!!

@mtsmfm mtsmfm merged commit 54b116a into mtsmfm:main Dec 12, 2022
@nanophate nanophate deleted the patch-1 branch December 13, 2022 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants