Skip to content

Commit

Permalink
add this line in Top templates to handle git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Dec 1, 2023
1 parent f2b354f commit 9780a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/top/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ variables:

before_script:
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@drf-gitlab.cea.fr".insteadOf "ssh://[email protected]"
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@drf-gitlab.cea.fr/".insteadOf "[email protected]:"

build:
stage: build
Expand Down

0 comments on commit 9780a46

Please sign in to comment.