angular-cn/aio/aio-builds-setup/dockerbuild/scripts-js/lib
Georgios Kalpakas bcefc61da4 ci(aio): correctly catch PR preview pre-verification errors
Previously, `aio/aio-builds-setup/scripts/travis-preverify-pr.sh` was supposed
to exit with 1 if a PR did not meet the preconditions and 2 if an error occurred
during pre-verification.
It relied on the exit codes of the node script that did the actual work, but
didn't account for errors that would be thrown in the `sh` script itself (e.g.
if the node script was not available). This caused such errors to appear as
non-verified PRs, instead of real errors that should fail the build.

This commit swaps the exit codes, so that now a 2 means non-verified PR and 1
designates an error.
2017-05-12 11:37:21 -07:00
..
clean-up ci(aio): fix clean-up script on `ngbuilds.io` 2017-03-13 10:30:49 -07:00
common feat(aio): verify uploaded builds based on JWT from Travis 2017-03-07 18:24:45 -08:00
upload-server ci(aio): correctly catch PR preview pre-verification errors 2017-05-12 11:37:21 -07:00
verify-setup ci(aio): do not fail when re-deploying preview for the same PR/SHA 2017-04-13 11:26:21 +01:00