Skip to content
Snippets Groups Projects
Commit 5a73fb73 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #47780 RT : fix .gitlab-ci.yml

parent 34c93c7f
Branches
Tags 5.12
3 merge requests!1864Master,!1859Dev#47780 digital ressources plugins,!1840Dev#47780 digital ressources plugins
......@@ -9,5 +9,5 @@ test:
- mysql -u$DBUSER -p$DBPASS -e "drop schema if exists ${DBNAME}; create schema ${DBNAME}"
- zcat default-ci-dump.sql.gz | mysql -u$DBUSER -p$DBPASS $DBNAME
- mysql -u$DBUSER -p$DBPASS -e "drop trigger if exists ${DBNAME}.datemaj_notices_update;update mysql.proc set definer='${DBUSER}@localhost' where db='${DBNAME}'"
- nice -n 15 source build.sh $DBNAME $DBUSER $DBPASS
- nice -n 15 bash build.sh $DBNAME $DBUSER $DBPASS
- mysql -u$DBUSER -p$DBPASS -e "drop schema if exists ${DBNAME}"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment