Skip to content
Snippets Groups Projects
Commit bb918b01 authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent 138c122d
No related branches found
No related tags found
No related merge requests found
Pipeline #1214 failed
...@@ -46,6 +46,9 @@ before_script: ...@@ -46,6 +46,9 @@ before_script:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
## ##
## Optionally, if you will be using any Git commands, set the user name and ## Optionally, if you will be using any Git commands, set the user name and
## and email. ## and email.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment