Skip to content

Commit cd9c21b

Browse files
authored
CI: fix wrong git config env variables (kubernetes-sigs#12079)
1 parent 36cd894 commit cd9c21b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ stages:
88
variables:
99
FAILFASTCI_NAMESPACE: 'kargo-ci'
1010
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
11-
GIT_CONFIG_COUNT: 1
12-
GIT_CONFIG_KEY_0: user.key
11+
GIT_CONFIG_COUNT: 2
12+
GIT_CONFIG_KEY_0: user.email
1313
GIT_CONFIG_VALUE_0: "[email protected]"
1414
GIT_CONFIG_KEY_1: user.name
15-
GIT_CONFIG_VALUE_1: "CI"
15+
GIT_CONFIG_VALUE_1: "Kubespray CI"
1616
ANSIBLE_FORCE_COLOR: "true"
1717
MAGIC: "ci check this"
1818
GS_ACCESS_KEY_ID: $GS_KEY

0 commit comments

Comments
 (0)