gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 00:23:48 +01:00
parent e48f4d7600
commit a85e5b59a4

View File

@ -13,6 +13,7 @@ before_script:
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
#Verifying the SSH host keys
#Verifying the SSH host keys #Verifying the SSH host keys
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts