Commit 1e6fa31b authored by Michal Čihař's avatar Michal Čihař

Still do migrations tests even without CI_DATABASE set

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent bdc559a6
......@@ -4,7 +4,7 @@ set -e
set -x
./manage.py validate
if [ "$CI_DATABASE" = sqlite ] ; then
if [ "$CI_DATABASE" = sqlite -o -z "$CI_DATABASE" ] ; then
./ci/migrate-testing
fi
./manage.py syncdb --noinput
......
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