weblate/ci/services-down
Michal Čihař 5242e482d4 CI: Remove migration tests for SQLite
Support for it will be removed in the 4.0 release.

Issue #2825
2020-03-02 17:17:46 +01:00

12 lines
178 B
Bash
Executable file

#!/bin/sh
set -e
if [ ! -f services-down ] ; then
cd ci
fi
filename="docker-compose-$1.yml"
docker-compose --file "$filename" logs
docker-compose --file "$filename" down