Skip to content

Commit

Permalink
delete explicit user git config
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg committed Oct 1, 2024
1 parent e60e927 commit d5cfbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ PGO_BRANCH = update-pgo-$(shell date +%s)
.PHONY: push-pgo-pr
push-pgo-pr:
@cd $(WORKSPACE_PATH); \
git config user.email "[email protected]"; \
git config user.name "APM Server"; \
git fetch origin main; \
git checkout main; \
git checkout -b $(PGO_BRANCH); \
Expand Down

0 comments on commit d5cfbb9

Please sign in to comment.