From d5cfbb9e32bcbc02ec501d12052ab8b6f273d766 Mon Sep 17 00:00:00 2001 From: Kostiantyn Masliuk <1pkg@protonmail.com> Date: Tue, 1 Oct 2024 15:57:34 -0700 Subject: [PATCH] delete explicit user git config --- testing/benchmark/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/benchmark/Makefile b/testing/benchmark/Makefile index e1c2b21da21..8382e67ba3b 100644 --- a/testing/benchmark/Makefile +++ b/testing/benchmark/Makefile @@ -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 "apm@elastic.co"; \ - git config user.name "APM Server"; \ git fetch origin main; \ git checkout main; \ git checkout -b $(PGO_BRANCH); \