[arvados] updated: 2.7.0-6779-g355ab997d7
git repository hosting
git at public.arvados.org
Thu May 30 20:54:59 UTC 2024
Summary of changes:
tools/arvbox/lib/arvbox/docker/service/workbench2/run-service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 355ab997d79ed2794d8577bcbe1dd24a74afa15f (commit)
from 89fc1810ba39a7a0aebccba690c7bc663bca8c0b (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 355ab997d79ed2794d8577bcbe1dd24a74afa15f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu May 30 16:54:34 2024 -0400
Fix arvbox since location of start.js changed, refs #21704
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service b/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
index 851cbb18e4..2545c85350 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
@@ -63,4 +63,4 @@ export BROWSER=none
export CI=true
export HTTPS=false
node --version
-exec node node_modules/react-scripts/scripts/start.js
+exec node scripts/start.js
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list