[ARVADOS-DEV] updated: 0d50b5b6183156ba3dbe1d6fe16588dccfcdc962
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 7 21:27:33 EDT 2014
Summary of changes:
jenkins/run-diagnostics-suite.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0d50b5b6183156ba3dbe1d6fe16588dccfcdc962 (commit)
from 2923ce9f48f072119e8c5d0771ae3480a2679864 (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 0d50b5b6183156ba3dbe1d6fe16588dccfcdc962
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Oct 7 21:27:04 2014 -0400
Fix stupid bug in run-diagnostics-suite.sh - destination config file
needs to be application.yml
No issue #
diff --git a/jenkins/run-diagnostics-suite.sh b/jenkins/run-diagnostics-suite.sh
index 83e20be..dfd03a8 100755
--- a/jenkins/run-diagnostics-suite.sh
+++ b/jenkins/run-diagnostics-suite.sh
@@ -36,7 +36,7 @@ timer_reset
cd $WORKSPACE
-cp -f /home/jenkins/diagnostics/arvados-workbench/$INSTANCE-application.yml $WORKSPACE/apps/workbench/config/
+cp -f /home/jenkins/diagnostics/arvados-workbench/$INSTANCE-application.yml $WORKSPACE/apps/workbench/config/application.yml
cd $WORKSPACE/apps/workbench
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list