mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Don't fetch fw/test binary anymore
This commit is contained in:
@@ -26,10 +26,6 @@ echo "Running go vet"
|
||||
go vet -all ./...
|
||||
rc=$((rc || $?))
|
||||
|
||||
echo "Installing test binaries"
|
||||
./pkg/framework/test/scripts/download-binaries.sh
|
||||
rc=$((rc || $?))
|
||||
|
||||
echo "Running go test"
|
||||
go test -v ./...
|
||||
rc=$((rc || $?))
|
||||
|
||||
Reference in New Issue
Block a user