Skip to content
Snippets Groups Projects
Commit d14c7c24 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #15751 TIME 0:05 cleaned gitlab script

parent a4f35e49
No related branches found
No related tags found
No related merge requests found
...@@ -15,14 +15,11 @@ before_script: ...@@ -15,14 +15,11 @@ before_script:
- apt-get update -yqq > /dev/null - apt-get update -yqq > /dev/null
- apt-get install cron -yqq > /dev/null - apt-get install cron -yqq > /dev/null
- bash ci/docker_install_php.sh > /dev/null - bash ci/docker_install_php.sh > /dev/null
- ls -al
- cat directory.txt
- bash ci/docker_install_database.sh > /dev/null - bash ci/docker_install_database.sh > /dev/null
- mkdir -p /opt/maarchparapheur/docservers/{documents,attachments,signatures,esigned_documents} - mkdir -p /opt/maarchparapheur/docservers/{documents,attachments,signatures,esigned_documents}
- ln -s $CI_PROJECT_DIR /var/www/html/MaarchParapheur - ln -s $CI_PROJECT_DIR /var/www/html/MaarchParapheur
- cd /var/www/html/MaarchParapheur - cd /var/www/html/MaarchParapheur
- sed 's!<server>.*</server>!<server>postgres</server>!;s!<password>.*</password>!<password>maarch</password>!;s!<name>.*</name>!<name>MaarchParapheur</name>!;s!<user>.*</user>!<user>maarch</user>!;s!<enable>.*</enable>!<enable>true</enable>!' config/config.xml.default > config/config.xml - sed 's!<server>.*</server>!<server>postgres</server>!;s!<password>.*</password>!<password>maarch</password>!;s!<name>.*</name>!<name>MaarchParapheur</name>!;s!<user>.*</user>!<user>maarch</user>!;s!<enable>.*</enable>!<enable>true</enable>!' config/config.xml.default > config/config.xml
- cat config/config.xml
- sed -i 's/rights="none" pattern="PDF"/rights="read | write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml - sed -i 's/rights="none" pattern="PDF"/rights="read | write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml
job_php-7.4: job_php-7.4:
......
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