commit | c578762ce81eb0c4dcf2d78e4bf66bd1ab041ff8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Feb 07 13:12:50 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 10 10:23:25 2025 -0600 |
tree | 80aa82fc0d17d038e929a714deb85a72d4a3292b | |
parent | 65ebac78a595550152070383067e72fc50d6fea2 [diff] |
Azure: Add missing "set -e" to docs job Without setting the shell flag to exit immediately when a command exists with a non-zero status we can have the situation where the htmldocs target fails with an error but the job will succeed due to infodocs passing and being the last build target. Signed-off-by: Tom Rini <trini@konsulko.com>