We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cd894 commit cd9c21bCopy full SHA for cd9c21b
.gitlab-ci.yml
@@ -8,11 +8,11 @@ stages:
8
variables:
9
FAILFASTCI_NAMESPACE: 'kargo-ci'
10
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
11
- GIT_CONFIG_COUNT: 1
12
- GIT_CONFIG_KEY_0: user.key
+ GIT_CONFIG_COUNT: 2
+ GIT_CONFIG_KEY_0: user.email
13
GIT_CONFIG_VALUE_0: "[email protected]"
14
GIT_CONFIG_KEY_1: user.name
15
- GIT_CONFIG_VALUE_1: "CI"
+ GIT_CONFIG_VALUE_1: "Kubespray CI"
16
ANSIBLE_FORCE_COLOR: "true"
17
MAGIC: "ci check this"
18
GS_ACCESS_KEY_ID: $GS_KEY
0 commit comments