X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f5b0542513b572959e39400bae42e69aeb1a7b6..3ed6fab9c3ec7ca31133e4d4c750d546727b1847:/services/workbench2/tools/run-integration-tests.sh diff --git a/services/workbench2/tools/run-integration-tests.sh b/services/workbench2/tools/run-integration-tests.sh index ece13cae18..a9d7e8fc64 100755 --- a/services/workbench2/tools/run-integration-tests.sh +++ b/services/workbench2/tools/run-integration-tests.sh @@ -97,9 +97,9 @@ fi if [ ! -x ${GOPATH:-${HOME}/go}/bin/arvados-server ]; then echo "Building & installing arvados-server..." cd ${ARVADOS_DIR} - go mod download || exit 1 + GOFLAGS=-buildvcs=false go mod download || exit 1 cd cmd/arvados-server - go install + GOFLAGS=-buildvcs=false go install cd - echo "Installing dev dependencies..."