Skip to content

Commit

Permalink
[YUNIKORN-2098] remove detached head check
Browse files Browse the repository at this point in the history
  • Loading branch information
doupache committed Nov 25, 2023
1 parent f412476 commit fb47a79
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 @@ -236,7 +236,7 @@ $(SPARK_SUBMIT_CMD):
lint: $(GOLANGCI_LINT_BIN)
@echo "running golangci-lint"
@git show-ref
@git symbolic-ref -q HEAD && REV="origin/HEAD"; \
@REV="origin/HEAD"; \
echo "REV1 is $${REV}" ; \
git rev-parse $${REV} || REV="HEAD^"; \
echo "REV2 is $${REV}" ; \
Expand Down

0 comments on commit fb47a79

Please sign in to comment.