Skip to content
Snippets Groups Projects
Commit 52fc48b8 authored by Tom Käsler's avatar Tom Käsler
Browse files

Update .gitlab-ci.yml

parent 127df582
No related merge requests found
Pipeline #8931 passed with stages
in 6 minutes and 6 seconds
......@@ -37,7 +37,7 @@ sync_mirror:
when: always
allow_failure: true
script:
- git clone --bare "$CI_BUILD_REPO" mirror.git
- git clone --bare "$CI_REPOSITORY_URL" mirror.git
- mkdir ~/.ssh && echo "$GITHUB_HOST_KEY" > ~/.ssh/known_hosts
- eval $(ssh-agent -s) && ssh-add <(echo "$GITHUB_DEPLOY_KEY")
- cd mirror.git
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment