summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-03-04 10:38:51 +1100
committerChris Johns <chrisj@rtems.org>2020-03-04 10:38:51 +1100
commitac1773d04fa4b59d192abe1602a1a23739d59757 (patch)
treeece05d68a83e9e506aedc35fe4c2935f07876e6f
parentAdd a release_url to the arguments for the various steps. (diff)
downloadrtems-release-ac1773d04fa4b59d192abe1602a1a23739d59757.tar.bz2
cron: Remove the debug exit code clearing.
-rwxr-xr-xrtems-release-cron1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtems-release-cron b/rtems-release-cron
index 427842a..0eacdc3 100755
--- a/rtems-release-cron
+++ b/rtems-release-cron
@@ -141,7 +141,6 @@ if [ ! -f ${LOCK} ]; then
set +e
./rtems-release ${version} ${snapshot} >> ${BUILD_LOG} 2>&1
ec=$?
- ec=0
set -e
if [ $ec -eq 0 ]; then
result="PASS"