File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,10 @@ e2e-teardown:
80
80
81
81
.PHONY : blobfuse
82
82
blobfuse :
83
- if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
84
83
CGO_ENABLED=0 GOOS=linux go build -a -ldflags ${LDFLAGS} -o _output/blobfuseplugin ./pkg/blobfuseplugin
85
84
86
85
.PHONY : blobfuse-windows
87
86
blobfuse-windows :
88
- if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
89
87
CGO_ENABLED=0 GOOS=windows go build -a -ldflags ${LDFLAGS} -o _output/blobfuseplugin.exe ./pkg/blobfuseplugin
90
88
91
89
.PHONY : container
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ ${PKG_ROOT}/hack/verify-gofmt.sh
22
22
${PKG_ROOT} /hack/verify-govet.sh
23
23
${PKG_ROOT} /hack/verify-golint.sh
24
24
${PKG_ROOT} /hack/verify-yamllint.sh
25
- ${PKG_ROOT} /hack/verify-dep.sh
26
25
${PKG_ROOT} /hack/verify-boilerplate.sh
27
26
${PKG_ROOT} /hack/verify-spelling.sh
28
27
${PKG_ROOT} /hack/verify-helm-chart.sh
You can’t perform that action at this time.
0 commit comments