Stop installing dependencies in the integration test, since we now run it after Docker push

See also #1087
This commit is contained in:
Marco Castelluccio 2019-12-17 22:50:15 +01:00
Родитель e0a9579695
Коммит 63fe7e24b1
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -306,7 +306,6 @@ tasks:
git clone --quiet ${repository} && git clone --quiet ${repository} &&
cd bugbug && cd bugbug &&
git -c advice.detachedHead=false checkout ${head_rev} && git -c advice.detachedHead=false checkout ${head_rev} &&
pip install --disable-pip-version-check --quiet --no-cache-dir . &&
python -c 'import os; print(os.environ.keys())' && python -c 'import os; print(os.environ.keys())' &&
bash ./scripts/integration_test.sh" bash ./scripts/integration_test.sh"
cache: cache: