зеркало из https://github.com/mozilla/bugbug.git
Make apt-get be quiet in the integration test
This commit is contained in:
Родитель
cf2dc87dd9
Коммит
4b48bccab5
|
@ -437,8 +437,8 @@ tasks:
|
|||
git -c advice.detachedHead=false checkout ${head_rev} &&
|
||||
pip install --disable-pip-version-check --quiet --no-cache-dir . &&
|
||||
pip install --disable-pip-version-check --quiet --no-cache-dir -r test-requirements.txt &&
|
||||
apt-get update &&
|
||||
apt-get install -y redis-server &&
|
||||
apt-get -qq update &&
|
||||
apt-get -qq install -y redis-server &&
|
||||
python -c 'import os; print(os.environ.keys())' &&
|
||||
bash ./scripts/integration_test.sh"
|
||||
cache:
|
||||
|
|
|
@ -745,8 +745,8 @@ tasks:
|
|||
git checkout ${version} &&
|
||||
pip install --quiet . &&
|
||||
pip install --quiet -r test-requirements.txt &&
|
||||
apt-get update &&
|
||||
apt-get install -y redis-server &&
|
||||
apt-get -qq update &&
|
||||
apt-get -qq install -y redis-server &&
|
||||
python -c 'import os; print(os.environ.keys())' &&
|
||||
bash ./scripts/integration_test.sh"
|
||||
cache:
|
||||
|
|
Загрузка…
Ссылка в новой задаче