21285: Adds max gw tunnels config to multi host installer.
[arvados.git] / lib / install / deps_test.go
index 5b3f9d350f26daf5a8735e8fc08fd7ec3e936c50..b9274b425ca6b971653e8e2b817708b6d022c7cc 100644 (file)
@@ -27,13 +27,14 @@ sourcepath="$(realpath ../..)"
 docker run -i --rm --workdir /arvados \
        -v ${tmp}/arvados-server:/arvados-server:ro \
        -v ${sourcepath}:/arvados:ro \
-       -v /arvados/apps/workbench/.bundle \
        -v /arvados/services/api/.bundle \
        -v /arvados/services/api/tmp \
        --env http_proxy \
        --env https_proxy \
        debian:11 \
-       bash -c "/arvados-server install -type test && /arvados-server boot -type test -config doc/examples/config/zzzzz.yml -own-temporary-database -shutdown -timeout 9m"
+       bash -c "/arvados-server install -type test &&
+           git config --global --add safe.directory /arvados &&
+           /arvados-server boot -type test -config doc/examples/config/zzzzz.yml -own-temporary-database -shutdown -timeout 9m"
 `
        c.Check((&installCommand{}).runBash(script, os.Stdout, os.Stderr), check.IsNil)
 }