Skip to content

Commit

Permalink
vendor: switch to gvt
Browse files Browse the repository at this point in the history
  • Loading branch information
dt committed Nov 30, 2016
1 parent 8141dac commit a485d76
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 546 deletions.
2 changes: 1 addition & 1 deletion build/teamcity-checkdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -exuo pipefail

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

echo "checking that all deps are in 'vendor''"
Expand Down
376 changes: 0 additions & 376 deletions glide.lock

This file was deleted.

Loading

0 comments on commit a485d76

Please sign in to comment.