You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -242,8 +242,7 @@ envtest:
242
242
OPERATOR_SDK = $(shell pwd)/bin/operator-sdk
243
243
.PHONY: operator-sdk
244
244
operator-sdk:
245
-
# FIXME: Remove `go mod tidy && go mod vendor` once we find the reason why ci workflow fails.
246
-
cd ./tools && go mod tidy && go mod vendor && go build -o $(OPERATOR_SDK) ./vendor/$(shell grep operator-sdk tools/tools.go | sed 's/.*_ "//;s/"//')
245
+
cd ./tools && go mod tidy && go mod vendor && git diff && go build -o $(OPERATOR_SDK) ./vendor/$(shell grep operator-sdk tools/tools.go | sed 's/.*_ "//;s/"//')
247
246
248
247
# protoc-gen-go gets installed from the vendor/ directory.
0 commit comments