You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Similar to #13, except for the individual
build
anddeploy
scripts. That linked PR addsset -e
to the beginning of the rootentrypoint.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.
The text was updated successfully, but these errors were encountered: