Skip to content

Commit

Permalink
Merge branch 'master' into split-spacelister-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filariow authored Jan 16, 2024
2 parents 342642a + 38eb3fc commit 6d8e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ifeq ($(E2E_REPO_PATH),"")
else
$(eval AUTHOR_LINK = $(shell jq -r '.refs[0].pulls[0].author_link' <<< $${CLONEREFS_OPTIONS} | tr -d '[:space:]'))
@echo "using pull sha ${PULL_PULL_SHA}"
$(eval BRANCH_NAME := $(shell jq -r '.refs[0].pulls[0].head_ref' < $${CLONEREFS_OPTIONS} | tr -d '[:space:]'))
$(eval BRANCH_NAME := $(shell jq -r '.refs[0].pulls[0].head_ref' <<< $${CLONEREFS_OPTIONS} | tr -d '[:space:]'))
endif
@echo "using author link ${AUTHOR_LINK}"
@echo "detected branch ${BRANCH_NAME}"
Expand Down

0 comments on commit 6d8e989

Please sign in to comment.