Loading gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ 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 +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ 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