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

push: properly return a non-nil error when the build is incomplete #147

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

brkp
Copy link
Member

@brkp brkp commented Aug 28, 2023

In the case that build status is incomplete, we used to return a nil error value. This patch modifies the code so that an appropriate error is returned.

Fixes #107.

In the case that build status incomplete, we used to return a `nil`
error value. This patch modifies the code so that an appropriate error
is returned.

Fixes #107.

Signed-off-by: brkp <brkp@tutanota.com>
@brkp brkp requested a review from aavshr August 29, 2023 13:53
@brkp brkp merged commit 2678204 into main Aug 29, 2023
1 check passed
@brkp brkp deleted the brkp/fix-nil-err-value branch August 29, 2023 13:56
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.

[Bug] space push return wrong exit code when has error
2 participants