Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Abort program if a subprocess fails#63

Open
jb-adams wants to merge 3 commits into
ga4gh:developfrom
jb-adams:feature/60-abort-if-subprocess-fails
Open

Abort program if a subprocess fails#63
jb-adams wants to merge 3 commits into
ga4gh:developfrom
jb-adams:feature/60-abort-if-subprocess-fails

Conversation

@jb-adams

Copy link
Copy Markdown
Member

My solution for #60

Essentially, checks that each shell subprocess launched by the program exited without an error. If a subprocess exited with an error, the offending step is output to the console, and the program exits without performing the remaining steps.

@tschaffter

Copy link
Copy Markdown
Collaborator

Note: CI fails because @jb-adams is pushing from a fork, in which case the GitHub Secrets defined in this repo are not available.

@jb-adams

jb-adams commented Nov 2, 2020

Copy link
Copy Markdown
Member Author

@tschaffter I added a COVERALLS_REPO_TOKEN env variable for building on my end. Will this cause the build on ga4gh fork to break once merged? If so, I'll remove it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants