We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bfb36 commit 3689af4Copy full SHA for 3689af4
Makefile
@@ -14,7 +14,7 @@ BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
14
GIT_COMMIT := $(if $(SOURCE_GIT_COMMIT),$(SOURCE_GIT_COMMIT),$(shell git rev-parse HEAD))
15
16
GO_BUILD_OPTS := -mod=vendor
17
-GO_BUILD_TAGS := -tags "json1"
+GO_BUILD_TAGS := -tags "json1 e2e"
18
19
GO_PKG := github.com/operator-framework
20
REGISTRY_PKG := $(GO_PKG)/operator-registry
0 commit comments