Loading gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,6 @@ stages: .common: &common image: registry.cyberbrain.pw/ansible/ansible before_script: - eval $(ssh-agent -s); echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - chmod -R o-w ../ ########################################################################################################## Loading Loading
gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,6 @@ stages: .common: &common image: registry.cyberbrain.pw/ansible/ansible before_script: - eval $(ssh-agent -s); echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - chmod -R o-w ../ ########################################################################################################## Loading