Commit b8f95036 authored by Michal Čihař's avatar Michal Čihař

Drop database before trying to create

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6c7ce08e
......@@ -26,6 +26,7 @@ install:
- pip install --download-cache $HOME/.pip-cache unittest-xml-reporting
# create databases
before_script:
- mysql -e 'DROP DATABASE IF EXISTS weblate;'
- mysql -e 'CREATE DATABASE weblate CHARACTER SET utf8 COLLATE utf8_general_ci;'
- psql -c 'create database weblate;' -U postgres
- if [ -n "$DO_SELENIUM" ] ; then curl -L https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash ; fi
......
Markdown is supported
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