mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Remove dind tmpfs in test env
It wasn't changing anything in the test process, so this was a mistake to add. Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
parent
a367565189
commit
6a2ccf4007
@ -60,9 +60,6 @@ services:
|
||||
environment:
|
||||
DOCKER_TLS_CERTDIR: ''
|
||||
command: --tls=false # --debug
|
||||
tmpfs:
|
||||
# Prevent dind creating a bunch of anonymous volumes on host
|
||||
- /var/lib/docker
|
||||
|
||||
sut:
|
||||
# Build the supervisor code for development and testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user