[ARVADOS-DEV] updated: 7fd92565a8d75d19521ff5c20fafbb103f0a1a27
Git user
git at public.arvados.org
Tue Jan 7 15:37:14 UTC 2020
Summary of changes:
jenkins/run-deploy.sh | 1 +
1 file changed, 1 insertion(+)
via 7fd92565a8d75d19521ff5c20fafbb103f0a1a27 (commit)
from 30ce18d3506c997c7cc50c2f2579276b49433948 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7fd92565a8d75d19521ff5c20fafbb103f0a1a27
Author: Ward Vandewege <ward at jhvc.com>
Date: Tue Jan 7 10:36:39 2020 -0500
Bugfix in run-deploy.sh: the run_command needs to return its output.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 9b1a2f4..bd30adf 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -257,6 +257,7 @@ function run_command() {
ECODE=0
fi
rm -f $TMP_FILE
+ echo $RESULT
eval "$return_var=$ECODE"
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list