Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Aug 8, 2023
1 parent 4bf7067 commit c690208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LDFLAGS := -X main.date=$(DATE) -X main.vers=$(VERS) -X main.kver=$(KVER) -
# When running as GH PR use tekton tasks from the PR branch.
ifeq ($(GITHUB_EVENT_NAME),pull_request)
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.FuncRepoRef=$(GITHUB_REPOSITORY)
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.FuncRepoBranchRef=$(GITHUB_REF_NAME)
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.FuncRepoBranchRef=$(GITHUB_HEAD_REF)
endif
# Enclose in quotation marks.
LDFLAGS := "$(LDFLAGS)"
Expand Down

0 comments on commit c690208

Please sign in to comment.