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

add gitlab-ci automation

parent 5a6fa241
Branches
Tags
No related merge requests found
test:
script:
- wget http://sandbox.pergame.net/databases/default-ci-dump.sql.gz -O default-ci-dump.sql.gz
- mysql -uroot -proot -e "drop schema if exists opac; create schema opac"
- zcat default-ci-dump.sql.gz | mysql -uroot -proot opac
- mysql -uroot -proot -e "drop trigger if exists opac.datemaj_notices_update;update
mysql.proc set definer='root@localhost' where db='opac'"
- source build.sh
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