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

Fix database url for CI

parent 3ed3056a
2 merge requests!2080Sandbox detach zf from storm,!2061Master
Pipeline #2 failed with stage
in 49 minutes and 23 seconds
......@@ -5,7 +5,7 @@ variables:
test:
script:
- wget http://sandbox.pergame.net/databases/default-ci-dump.sql.gz -O default-ci-dump.sql.gz
- wget http://sandbox.afi-sa.net/databases/default-ci-dump.sql.gz -O default-ci-dump.sql.gz
- 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}'"
......
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