Skip to content

Commit 126758b

Browse files
committed
Remove GIT var setup from Buildkite build job
They're now set in the pre-command hook
1 parent 113b256 commit 126758b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.buildkite/scripts/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
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-
136
build_args=""
147
rebuild_opt=""
158
broken_links_opt=""

0 commit comments

Comments
 (0)