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

feat: improve brew release #236

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

morrieinmaas
Copy link
Contributor

uses git clone instead of curl to get the Homebrew Ruby file. This should improve the release because the curl can no longer succeed with non 200 response code. instead the step should fail if git clone and copy file fails.

Signed-off-by: Moriarty [email protected]

closes #234

uses git clone instead of curl to get the Homebrew Ruby file.
This should improve the release because the curl can no longer succeed
with non 200 response code. instead the step should fail if git clone
and copy file fails.

Signed-off-by: Moriarty <[email protected]>
@morrieinmaas morrieinmaas merged commit 745441d into main Oct 24, 2022
@berendsliedrecht berendsliedrecht deleted the feat/234/better-brew-release branch October 24, 2022 09:56
This pull request was closed.
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.

better fail-safe for build/release
2 participants