[ARVADOS] updated: 4097662dfde5d1c1eee3d7a0733f5c02234b9698
Git user
git at public.curoverse.com
Wed Aug 16 16:12:11 EDT 2017
Summary of changes:
tools/arvbox/lib/arvbox/docker/service/workbench/run-service | 1 -
1 file changed, 1 deletion(-)
via 4097662dfde5d1c1eee3d7a0733f5c02234b9698 (commit)
from 9a26fa413d0890eac3a2578876508efc2cd32374 (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 4097662dfde5d1c1eee3d7a0733f5c02234b9698
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed Aug 16 16:10:59 2017 -0400
For now remove the call to rake npm:install from arvbox, it depends on
the multisite search branch (12033-multisite-search) and will be
included when that is merged.
refs #12122
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 d0e855f..5c9cd53 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench/run-service
@@ -13,7 +13,6 @@ 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