Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ test-e2e: install-go-junit-report
./test-e2e.sh
.PHONY: test-e2e

build:
go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="ocp" -o console ./cmd/console

# Automatically install go-junit-report if not found
GO_JUNIT_REPORT := $(shell command -v go-junit-report 2> /dev/null)
install-go-junit-report:
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/openshift/api/console/v1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.