Fix: Adapt release script for -e mode 68/74068/1
authorEric Ball <eball@linuxfoundation.org>
Wed, 21 Jan 2026 00:39:11 +0000 (16:39 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 21 Jan 2026 00:39:11 +0000 (16:39 -0800)
commitf4db0252c68e45db1ec07c2fe89638481d551a8a
treeeb7f0071fda3dc3600a1ed163e27ec4b20603a91
parent67cf4368dbfad0298eb917010e4e0726994de731
Fix: Adapt release script for -e mode

Testing did not reveal a flaw in the original code due to a lack of
the "-e" bash mode. With that enabled, the script fails if the
command isn't part of a conditional, or otherwise handled. In this
case, we use a bash OR to assign the non-zero exit code if the
command fails.

Change-Id: I474afec6ca711875cd7937088018d7bbf08d37f3
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
shell/release-job.sh