Skip to content
Snippets Groups Projects
Commit e19e3ff1 authored by Robert Rosca's avatar Robert Rosca
Browse files

Fix typo

parent 6b08cb02
No related branches found
No related tags found
1 merge request!437Fix/requirements into setuppy
This commit is part of merge request !437. Comments created here will be created in the context of that merge request.
......@@ -28,7 +28,7 @@ pytest:
# Our self-hosted runners have persistent home directories, so here we store
# the known_hosts file in the temporary project dir and tell git to use a ssh
# command that uses this hosts file during operations
- export GIT_SSH_COMMAND="ssh UserKnownHostsFile=$CI_PROJECT_DIR/.ssh/known_hosts"
- export GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=$CI_PROJECT_DIR/.ssh/known_hosts"
- mkdir -p $CI_PROJECT_DIR/.ssh
- chmod 700 $CI_PROJECT_DIR/.ssh
- ssh-keyscan -p 10022 git.xfel.eu > $CI_PROJECT_DIR/.ssh/known_hosts
......
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