Bug 1908165 - don't restart any services after apt-get, suppress prompt

This commit is contained in:
Sebastian Hengst 2024-07-16 16:47:52 +02:00
Родитель 418e79afb7
Коммит 076514040a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -57,7 +57,7 @@ jobs:
- docker/install-docker-compose:
version: 1.29.2
- run:
command: sudo apt-get update && sudo apt-get install python3-venv -y
command: sudo NEEDRESTART_SUSPEND=True apt-get update && sudo NEEDRESTART_SUSPEND=True apt-get install python3-venv -y
name: python for glean
- run:
name: Run tests and coverage within Docker container