By default, no longer do cleanup of setup_docker. (#38)

Cleanup means purging the docker daemon. This was necessary when the
docker tests were run as part of ansible/ansible and community.general
CI, but in the community.docker CI the problematic runs are on their
own CI node.

ci_complete
This commit is contained in:
Felix Fontein 2020-11-22 22:18:48 +01:00 committed by GitHub
parent c0bd1becea
commit 1fa2c3b77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
docker_cli_version: '0.0' docker_cli_version: '0.0'
docker_api_version: '0.0' docker_api_version: '0.0'
docker_py_version: '0.0' docker_py_version: '0.0'
docker_skip_cleanup: no docker_skip_cleanup: yes
docker_prereq_packages: [] docker_prereq_packages: []
docker_packages: docker_packages:
- docker-ce - docker-ce