Be more quiet when installing packages with apt

This commit is contained in:
Marco Castelluccio 2019-06-08 11:50:13 +02:00
Родитель 01f54df143
Коммит 1ab26c67d1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -84,8 +84,8 @@ tasks:
command:
- "/bin/bash"
- "-lcx"
- "apt-get update &&
apt-get install -y python-pip &&
- "apt-get -qq update &&
apt-get -qq install -y python-pip &&
python2 -m pip install --quiet mercurial==4.8 &&
git clone --quiet https://github.com/mozilla/version-control-tools.git &&
git clone --quiet ${repository} &&