diff --git a/.drone.yml b/.drone.yml index 77614df..5b6ed6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ local Pipeline(name, image) = { name: "test", image: image, commands: [ - "apt-get install libpg", + "apt-get install -yqq --no-install-recommends libpg", "pip install -r requirements.txt", "python manage.py migrate", "python manage.py test"