mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: use vendored packages for circle backend tests (#19708)
This commit is contained in:
parent
2ac9fad603
commit
0f32e15a88
@ -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…
Reference in New Issue
Block a user