Fix problem with TTY allocation in GitLab CI
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user