Fix stupid bug in run-diagnostics-suite.sh - destination config file
authorWard Vandewege <ward@curoverse.com>
Wed, 8 Oct 2014 01:27:04 +0000 (21:27 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 8 Oct 2014 01:27:04 +0000 (21:27 -0400)
needs to be application.yml

No issue #

jenkins/run-diagnostics-suite.sh

index 83e20be6e78e0287bc01361e2e39c6bdd39a0d7f..dfd03a8d930dcd7d49b38ea08fa69b8d0313c10b 100755 (executable)
@@ -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