Skip to content
Snippets Groups Projects
Commit d8bbe730 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #15823 TIME 0:05 Fix tu

parent f9728040
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
- 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
- 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,original_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
......
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