[ARVADOS-DEV] updated: 7701a7ad84b0d4fb4642568bd75f63a5c0586658
git at public.curoverse.com
git at public.curoverse.com
Fri Aug 14 15:22:17 EDT 2015
Summary of changes:
jenkins/run-deploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7701a7ad84b0d4fb4642568bd75f63a5c0586658 (commit)
from fcc0a767df83518e1b42c78ab7d4805fe6b5192b (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 7701a7ad84b0d4fb4642568bd75f63a5c0586658
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Aug 14 15:22:07 2015 -0400
Make sure to also deploy switchyard.
No issue #
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 0084d2f..c097a20 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -224,7 +224,7 @@ if [[ "$SUM_ECODE" != "0" ]]; then
exit $EXITCODE
fi
-for n in manage $SHELL_NODES $KEEP_NODES; do
+for n in manage switchyard $SHELL_NODES $KEEP_NODES; do
ECODE=0
if [[ $n =~ $ARVADOS_API_HOST$ ]]; then
# e.g. keep.qr1hi.arvadosapi.com
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list