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(build): exit 0 after build success #65

Merged
merged 1 commit into from Feb 13, 2022
Merged

Conversation

davidmeirlevy
Copy link
Collaborator

After the build succeeded, should specify exit with code zero.
CIs tools like CircleCI & GitHub Actions are failing when it's not zero.

@galvez
Copy link
Member

galvez commented Feb 13, 2022

@davidmeirlevy there's probably something else going on, process.exit() will use 0 status by default.

@galvez
Copy link
Member

galvez commented Feb 13, 2022

Oh, I saw your other message on Discord now. How weird! Let's merge this then.

@galvez galvez merged commit 0f35daf into dev Feb 13, 2022
@davidmeirlevy
Copy link
Collaborator Author

not according to GitHub actions.. it exists with code 13.
image

@davidmeirlevy davidmeirlevy deleted the exit-zero-after-success branch February 13, 2022 12:16
@galvez galvez mentioned this pull request Feb 13, 2022
2 tasks
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