Skip to content

Commit 639701b

Browse files
committed
fix: update the verification script and Makefile
Signed-off-by: ZeroMagic <[email protected]>
1 parent cf823cf commit 639701b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,10 @@ e2e-teardown:
8080

8181
.PHONY: blobfuse
8282
blobfuse:
83-
if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
8483
CGO_ENABLED=0 GOOS=linux go build -a -ldflags ${LDFLAGS} -o _output/blobfuseplugin ./pkg/blobfuseplugin
8584

8685
.PHONY: blobfuse-windows
8786
blobfuse-windows:
88-
if [ ! -d ./vendor ]; then dep ensure -vendor-only; fi
8987
CGO_ENABLED=0 GOOS=windows go build -a -ldflags ${LDFLAGS} -o _output/blobfuseplugin.exe ./pkg/blobfuseplugin
9088

9189
.PHONY: container

hack/verify-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ ${PKG_ROOT}/hack/verify-gofmt.sh
2222
${PKG_ROOT}/hack/verify-govet.sh
2323
${PKG_ROOT}/hack/verify-golint.sh
2424
${PKG_ROOT}/hack/verify-yamllint.sh
25-
${PKG_ROOT}/hack/verify-dep.sh
2625
${PKG_ROOT}/hack/verify-boilerplate.sh
2726
${PKG_ROOT}/hack/verify-spelling.sh
2827
${PKG_ROOT}/hack/verify-helm-chart.sh

0 commit comments

Comments
 (0)