X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39c55ead904f943894f1658b9efa4a7c77584382..24c13908a2cf5e4367899ad0af6b53cb294679e1:/tools/run-integration-tests.sh diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh index 1f2b7c5ee5..132b0e5326 100755 --- a/tools/run-integration-tests.sh +++ b/tools/run-integration-tests.sh @@ -96,9 +96,9 @@ fi 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..."