Skip to content
Snippets Groups Projects
Commit c7db2b90 authored by Olivier Le Monnier's avatar Olivier Le Monnier
Browse files

Update .gitlab-ci.yml

parent c56ff2e5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,4 +3,7 @@ stages: ...@@ -3,4 +3,7 @@ stages:
repo-update: repo-update:
stage: update-repo-directory stage: update-repo-directory
script: ssh root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/" script:
- http_proxy=http://10.14.128.99:3128 apt -qq update
- http_proxy=http://10.14.128.99:3128 apt -y install openssh-client
- ssh root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment