Skip to content

Commit 0900c54

Browse files
committed
[WIP] test(e2e): downstream e2e test PR
Signed-off-by: Vu Dinh <[email protected]>
1 parent 7f8ad59 commit 0900c54

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
@@ -4,6 +4,7 @@ CONTAINER_ENGINE := docker
44

55
OPM_VERSION := $(or $(SOURCE_GIT_TAG),$(shell git describe --always --tags HEAD))
66
BUILD_DATE := $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
7+
# Test
78
# ART builds are performed in dist-git, with content (but not commits) copied
89
# from the source repo. Thus at build time if your code is inspecting the local
910
# git repo it is getting unrelated commits and tags from the dist-git repo,
@@ -189,4 +190,3 @@ clean:
189190
.PHONY: help
190191
help: ## Display this help.
191192
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
192-

0 commit comments

Comments
 (0)