Skip to content

Commit ff28118

Browse files
committed
test: change CI env var scope
1 parent 6336106 commit ff28118

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ci/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
env:
2-
GIT_CONFIG_COUNT: 1
3-
GIT_CONFIG_KEY_0: url.https://oauth2:${GITLAB_DKRZ_TOKEN}@gitlab.dkrz.de/.insteadOf
4-
GIT_CONFIG_VALUE_0: "[email protected]:"
5-
61
stages:
72
- configure
83
- run
@@ -25,6 +20,9 @@ generated-pipeline:
2520
variables:
2621
CSCS_NOTIFICATION_CONTEXT: "$system-$uarch-$uenv"
2722
PARENT_PIPELINE_ID: "$CI_PIPELINE_ID"
23+
GIT_CONFIG_COUNT: 1
24+
GIT_CONFIG_KEY_0: url.https://oauth2:${GITLAB_DKRZ_TOKEN}@gitlab.dkrz.de/.insteadOf
25+
GIT_CONFIG_VALUE_0: "[email protected]:"
2826
trigger:
2927
include:
3028
- artifact: pipeline.yml

0 commit comments

Comments
 (0)