Skip to content

Commit 3689af4

Browse files
committed
tmp
1 parent c2bfb36 commit 3689af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
1414
GIT_COMMIT := $(if $(SOURCE_GIT_COMMIT),$(SOURCE_GIT_COMMIT),$(shell git rev-parse HEAD))
1515

1616
GO_BUILD_OPTS := -mod=vendor
17-
GO_BUILD_TAGS := -tags "json1"
17+
GO_BUILD_TAGS := -tags "json1 e2e"
1818

1919
GO_PKG := github.com/operator-framework
2020
REGISTRY_PKG := $(GO_PKG)/operator-registry

0 commit comments

Comments
 (0)