build: use vendored packages for circle backend tests (#19708)

pull/19711/head
Kyle Brandt 6 years ago committed by GitHub
parent 2ac9fad603
commit 0f32e15a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      scripts/circle-test-backend.sh

@ -3,6 +3,9 @@
# shellcheck source=./scripts/helpers/exit-if-fail.sh
source "$(dirname "$0")/helpers/exit-if-fail.sh"
# use vendor folder for packages
export GOFLAGS=-mod=vendor
echo "building backend with install to cache pkgs"
exit_if_fail time go install ./pkg/cmd/grafana-server

Loading…
Cancel
Save