Skip to content
Snippets Groups Projects
Commit a590e393 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

Update .gitlab-ci.yml

parent de903a33
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,11 @@ job_php-7.0: ...@@ -29,6 +29,11 @@ job_php-7.0:
image: php:7.0-apache image: php:7.0-apache
stage: test stage: test
script: script:
- mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
- mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates}
- mkdir -p /opt/maarch/docservers/{convert_attachments,convert_attachments_version,convert_mlb}
- mkdir -p /opt/maarch/docservers/{fulltext_attachments,fulltext_attachments_version,fulltext_mlb}
- mkdir -p /opt/maarch/docservers/{thumbnails_attachments,thumbnails_attachments_version,thumbnails_mlb}
- mkdir -p /var/www/html/ - mkdir -p /var/www/html/
- cp -R /builds/maarch/MaarchCourrier/ /var/www/html/ - cp -R /builds/maarch/MaarchCourrier/ /var/www/html/
- cd /var/www/html/MaarchCourrier - cd /var/www/html/MaarchCourrier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment