Commit e314adf8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'master' of git.unicaen.fr:lib/unicaen/test

parents 479f81ef 7c7312c6
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+13 −0
Original line number Diff line number Diff line
stages:
- update-repo-directory

repo-update:
  stage: update-repo-directory
  script:
    - http_proxy=http://10.14.128.99:3128 apt -qq update
    - http_proxy=http://10.14.128.99:3128 apt -qq -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/"