Skip to content
Snippets Groups Projects
Commit ceffbdd3 authored by Daniel Gerhardt's avatar Daniel Gerhardt Committed by Daniel Gerhardt
Browse files

Load SSH config from env

Builds no longer depend on a preexisting config in ~/.ssh.
parent fd3ac856
No related merge requests found
Pipeline #2819 passed with stages
in 5 minutes and 14 seconds
......@@ -21,6 +21,8 @@ sync_mirror:
- staging
allow_failure: true
script:
- mkdir ~/.ssh && echo "$GITHUB_HOST_KEY" > ~/.ssh/known_hosts
- eval $(ssh-agent -s) && ssh-add <(echo "$GITHUB_DEPLOY_KEY")
- git clone --bare "$CI_BUILD_REPO" mirror.git
- cd mirror.git
- git update-ref -d refs/tags/production
......
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