Loading .gitlab-ci.yml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
.gitlab-ci.yml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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. Loading