mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 10:44:52 +01:00
build
This commit is contained in:
2
port.py
2
port.py
@@ -786,7 +786,7 @@ class Portainer:
|
|||||||
if "__ONLY_CHECK__" in service_ids:
|
if "__ONLY_CHECK__" in service_ids:
|
||||||
pull = False
|
pull = False
|
||||||
else:
|
else:
|
||||||
pull = False
|
pull = True
|
||||||
if "__ALL__" in service_ids:
|
if "__ALL__" in service_ids:
|
||||||
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]
|
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user