Commit 07bf39c5 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Merge branch 'master' into 'trunk'

# Conflicts:
#   gitlab-ci.yml
parents 948c28e2 edd17f9b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 ../

##########################################################################################################