Skip to content
Snippets Groups Projects
Commit 377064f7 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 replace wget call by curl which is already present in base docker image

parent abf89c56
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1997Dev#53508 ci with docker,!1917[WIP] Hotline#50082 mixed records links in loans list
Pipeline #209 failed with stage
in 2 minutes and 17 seconds
......@@ -21,7 +21,7 @@ docker-php-ext-install mcrypt
docker-php-ext-install gettext
# data preparation
wget http://sandbox.afi-sa.net/databases/default-ci-dump.sql.gz -O default-ci-dump.sql.gz
curl --location --output default-ci-dump.sql.gz http://sandbox.afi-sa.net/databases/default-ci-dump.sql.gz
mysql -h mysql -uroot -proot -e "drop schema if exists $1; create schema $1"
zcat default-ci-dump.sql.gz | mysql -h mysql -uroot -proot $1
mysql -h mysql -uroot -proot -e "drop trigger if exists $1.datemaj_notices_update;update mysql.proc set definer='root@localhost' where db='$1'"
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