[ARVADOS] updated: 2.1.0-1052-g0b6efc113

Git user git at public.arvados.org
Tue Jul 13 21:12:31 UTC 2021


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/workbench2/run-service | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  0b6efc1137f9d23e5e7b72150a551bb3287caf24 (commit)
      from  76738eb6fae507ead56c2bd3df06818faea2b999 (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 0b6efc1137f9d23e5e7b72150a551bb3287caf24
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Jul 13 17:11:57 2021 -0400

    arvbox uses react-scripts, refs #17782
    
    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 f956eecc6..fb3eaaeee 100755
--- a/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/workbench2/run-service
@@ -53,9 +53,11 @@ else
     arv api_client create --api-client "$apiclient"
 fi
 
-export HTTPS=false
 # Can't use "yarn start", need to run the dev server script
 # directly so that the TERM signal from "sv restart" gets to the
 # right process.
 export VERSION=$(./version-at-commit.sh)
-exec node node_modules/react-scripts-ts/scripts/start.js
+export BROWSER=none
+export CI=true
+node --version
+exec node node_modules/react-scripts/scripts/start.js

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list