diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9532a078fb54cd9e436484235d4cb2ca80b5c680..5be5c9555c86b010746612d9daccaf36e4c88d02 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ job_e2e: image: php:7.4-apache stage: test script: + - ls -al /etc/postgresql/ - service postgresql restart - sed -i -e "s/error_reporting = E_ALL \& ~E_DEPRECATED \& ~E_STRICT/error_reporting = E_ALL \& ~E_NOTICE \& ~E_DEPRECATED \& ~E_STRICT/g" /etc/php/7.4/apache2/php.ini \ - sed -i -e "s/display_errors = Off/display_errors = On/g" /etc/php/7.4/apache2/php.ini \ diff --git a/ci/docker_install_database.sh b/ci/docker_install_database.sh index 0eacf8d452d322250ea3a3ff9c9f1dfc419afdcf..4188337e5500dedbcfa9cde816452640b9bfa72d 100755 --- a/ci/docker_install_database.sh +++ b/ci/docker_install_database.sh @@ -12,4 +12,4 @@ apt-get install postgresql-client -yqq psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -w < /builds/maarch/MaarchCourrier/sql/structure.sql psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -w < /builds/maarch/MaarchCourrier/sql/data_fr.sql -sed -i -e "s/datestyle = 'iso, mdy'/datestyle = 'iso, dmy'/g" /etc/postgresql/10/main/postgresql.conf +# sed -i -e "s/datestyle = 'iso, mdy'/datestyle = 'iso, dmy'/g" /etc/postgresql/10/main/postgresql.conf