[ARVADOS] updated: 294b9ea0be8e0f793658b1fb26a271b41d5cc805
Git user
git at public.curoverse.com
Wed Aug 16 16:17:36 EDT 2017
Summary of changes:
tools/arvbox/lib/arvbox/docker/service/workbench/run-service | 1 +
1 file changed, 1 insertion(+)
via 294b9ea0be8e0f793658b1fb26a271b41d5cc805 (commit)
from 67616c4716fb325cbd5d2eb5ed042d3a20569914 (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 294b9ea0be8e0f793658b1fb26a271b41d5cc805
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed Aug 16 16:17:12 2017 -0400
12033: arvbox: make sure to run rake npm:install
refs #12033
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
index 5c9cd53..d0e855f 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
@@ -13,6 +13,7 @@ export RAILS_ENV=development
run_bundler --without=development
bundle exec passenger start --runtime-check-only --runtime-dir=/var/lib/passenger
+RAILS_GROUPS=assets bundle exec rake npm:install
if test "$1" = "--only-deps" ; then
exit
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list