Skip to content
Snippets Groups Projects
Commit 068749c7 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Manifest build: add support for SSH_CONFIG variable

parent d67898a2
No related branches found
No related tags found
1 merge request!253Manifest build: add support for SSH_CONFIG variable
Pipeline #56029 passed with stage
in 23 minutes and 45 seconds
......@@ -42,6 +42,8 @@ workflow:
# and have been stored in the GITLAB_KNOWN_HOSTS CI/CD variable.
- echo "$GITLAB_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
# Write SSH configuration from variable to config file
- echo "$SSH_CONFIG" > ~/.ssh/config
.repo_checkout:
- echo "${LOGPREFIX} Perform repo checkout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment