Skip to content

Commit a485d76

Browse files
committed
vendor: switch to gvt
1 parent 8141dac commit a485d76

File tree

4 files changed

+2
-546
lines changed

4 files changed

+2
-546
lines changed

build/teamcity-checkdeps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -exuo pipefail
55

66
echo "checking that 'vendor' matches manifest"
77
rm -rf vendor/*/*
8-
glide install --strip-vcs
8+
gvt restore -connections 8
99
! git -C vendor status --porcelain | read || (git -C vendor status; git -C vendor diff -a; exit 1)
1010

1111
echo "checking that all deps are in 'vendor''"

glide.lock

-376
This file was deleted.

0 commit comments

Comments
 (0)