Commit af053f66 authored by Olivier Le Monnier's avatar Olivier Le Monnier
Browse files

Update .gitlab-ci.yml

parent b90c2349
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,4 +6,8 @@ repo-update:
  script:
    - http_proxy=http://10.14.128.99:3128 apt -qq update
    - http_proxy=http://10.14.128.99:3128 apt -q -y install openssh-client
    - eval $(ssh-agent -s)
    - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
    - mkdir -p ~/.ssh
    - chmod 700 ~/.ssh
    - ssh -o StrictHostKeychecking=no root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/"