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

build should exit with 1 on any command fails #3560

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

daneryl
Copy link
Collaborator

@daneryl daneryl commented Mar 24, 2021

fixes #3526
solution based on https://dougrichardson.us/notes/fail-fast-bash-scripting.html

PR checklist:

  • Update READ.me ?
  • Update API documentation ?

QA checklist:

  • Smoke test the functionality described in the issue
  • Test for side effects
  • UI responsiveness
  • Cross browser testing
  • Code review

@daneryl daneryl force-pushed the 3526_build_script_errors branch 3 times, most recently from f13a2a7 to 72dc964 Compare March 24, 2021 08:10
@daneryl daneryl changed the title WIP, build should exit with 1 on any command fails build should exit with 1 on any command fails Mar 24, 2021
@daneryl daneryl force-pushed the 3526_build_script_errors branch from 72dc964 to 83d31ae Compare March 24, 2021 08:28
@daneryl daneryl marked this pull request as ready for review March 24, 2021 08:41
@konzz konzz self-assigned this Mar 24, 2021
@daneryl daneryl requested a review from konzz March 24, 2021 11:12
@konzz konzz merged commit 3066146 into development Mar 24, 2021
@konzz konzz deleted the 3526_build_script_errors branch March 24, 2021 12:39
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.

build github action does not fail when there is an error on the build script (5pts)
2 participants