Skip to content

Commit 13fe044

Browse files
committed
Update git committer email
1 parent 7c915e1 commit 13fe044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set +x
55

66
# Configure the git author and committer information
77
export GIT_AUTHOR_NAME='Buildkite CI'
8-
export GIT_AUTHOR_EMAIL='buildkite@elasticsearch-ci.elastic.co'
8+
export GIT_AUTHOR_EMAIL='docs-status+[email protected]'
99
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
1010
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
1111

.buildkite/scripts/build_pr_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# Configure the git author and committer information
66
export GIT_AUTHOR_NAME='Buildkite CI'
7-
export GIT_AUTHOR_EMAIL='[email protected]'
7+
export GIT_AUTHOR_EMAIL='docs-status+[email protected]'
88
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
99
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
1010

0 commit comments

Comments
 (0)