Skip to content

Commit 7c915e1

Browse files
committed
Revert "Remove GIT var setup from Buildkite build job"
This reverts commit 126758b. We no longer invoke the pre-commit hook from the pre-command
1 parent 2c8b9d6 commit 7c915e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.buildkite/scripts/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
set -euo pipefail
44
set +x
55

6+
# Configure the git author and committer information
7+
export GIT_AUTHOR_NAME='Buildkite CI'
8+
export GIT_AUTHOR_EMAIL='[email protected]'
9+
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
10+
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
11+
12+
613
build_args=""
714
rebuild_opt=""
815
broken_links_opt=""

0 commit comments

Comments
 (0)