Skip to content

Commit

Permalink
Bug 1908165 - don't restart any services after apt-get, suppress prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed Jul 16, 2024
1 parent 418e79a commit 0765140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0765140

Please sign in to comment.