Fix problem with TTY allocation in GitLab CI

This commit is contained in:
Jan Tuomi
2017-03-06 00:13:04 +02:00
parent 09a0bbc070
commit e7dac97e93
+1 -1
View File
@@ -31,7 +31,7 @@ echo "Waiting 10 seconds..."
sleep 10
echo "Importing database settings..."
docker-compose exec db sh /db/install.sh
docker-compose exec -T db sh /db/install.sh
if [ "$?" -eq 0 ]
then
echo "Success!"