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 8d4231b commit 7b80fb5Copy full SHA for 7b80fb5
ci/ci.yml
@@ -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
-
6
stages:
7
- configure
8
- run
@@ -25,6 +20,9 @@ generated-pipeline:
25
20
variables:
26
21
CSCS_NOTIFICATION_CONTEXT: "$system-$uarch-$uenv"
27
22
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
+ GIT_CONFIG_VALUE_0: "[email protected]:"
28
trigger:
29
include:
30
- artifact: pipeline.yml
0 commit comments