mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Remove all _test.go files in Godep
This commit is contained in:
@@ -80,7 +80,7 @@ pushd "${_kubetmp}" > /dev/null
|
||||
git init > /dev/null 2>&1
|
||||
|
||||
# recreate the Godeps using the nice clean set we just downloaded
|
||||
"${GODEP}" save -t ./...
|
||||
"${GODEP}" save ./...
|
||||
popd > /dev/null
|
||||
|
||||
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-lines='^\s*\"Comment\":' ${KUBE_ROOT}/Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then
|
||||
|
Reference in New Issue
Block a user