mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Remove filtering that seems to be no longer needed in vendor build tags
This commit is contained in:
parent
4fef72807e
commit
4c6d6a539f
1 changed files with 0 additions and 3 deletions
|
|
@ -28,9 +28,6 @@ go get github.com/kardianos/govendor
|
|||
## Init
|
||||
govendor init
|
||||
|
||||
## Filter out tags in testing packages
|
||||
sed -i -e 's/test/test appengine go1.7/' vendor/vendor.json
|
||||
|
||||
## Fetch deps
|
||||
echo "Fetching deps, will take some time..."
|
||||
govendor fetch +missing
|
||||
|
|
|
|||
Loading…
Reference in a new issue