mirror of
https://github.com/linuxserver/docker-ci.git
synced 2026-02-05 03:01:45 +08:00
Fix indentation
This commit is contained in:
parent
809343661b
commit
6afa2060c0
2
ci/ci.py
2
ci/ci.py
@ -92,7 +92,7 @@ class SetEnvs():
|
||||
if os.environ.get("DOCKER_VOLUMES"):
|
||||
self.logger.warning("DOCKER_VOLUMES env is not in use")
|
||||
if os.environ.get("DOCKER_PRIVILEGED"):
|
||||
self.logger.warning("DOCKER_PRIVILEGED env is not in use")
|
||||
self.logger.warning("DOCKER_PRIVILEGED env is not in use")
|
||||
|
||||
self.check_env()
|
||||
self.validate_attrs()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user