jekyll-deploy-gh-pages icon indicating copy to clipboard operation
jekyll-deploy-gh-pages copied to clipboard

Abort individual scripts when steps fail

Open evanw555 opened this issue 5 years ago • 0 comments

Similar to #13, except for the individual build and deploy scripts. That linked PR adds set -e to the beginning of the root entrypoint.sh script, but we should also do the same for the individual tasks.

My use case uses the root one for building and deploying on push, but uses the build-only script for testing PRs (thus, having this abort setting is crucial to testing PR builds).

It's a simple change, I'll likely just end up opening a PR myself.

evanw555 avatar Feb 28 '20 21:02 evanw555