mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-03-14 23:00:01 +01:00
build
This commit is contained in:
5
port.py
5
port.py
@@ -890,7 +890,7 @@ class Portainer:
|
|||||||
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" ]
|
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" ]
|
||||||
else:
|
else:
|
||||||
service_ids = [self.args.service_id]
|
service_ids = [self.args.service_id]
|
||||||
print(self.args)
|
|
||||||
if self.args.update is False:
|
if self.args.update is False:
|
||||||
if "__ONLY_CHECK__" in service_ids:
|
if "__ONLY_CHECK__" in service_ids:
|
||||||
service_ids.remove("__ONLY_CHECK__")
|
service_ids.remove("__ONLY_CHECK__")
|
||||||
@@ -974,8 +974,11 @@ class Portainer:
|
|||||||
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__"]
|
||||||
else:
|
else:
|
||||||
service_ids = [self.args.service_id]
|
service_ids = [self.args.service_id]
|
||||||
|
print(self.args)
|
||||||
|
input()
|
||||||
if self.args.update is False:
|
if self.args.update is False:
|
||||||
if "__ONLY_CHECK__" in service_ids:
|
if "__ONLY_CHECK__" in service_ids:
|
||||||
|
service_ids.remove("__ONLY_CHECK__")
|
||||||
pull = False
|
pull = False
|
||||||
print("Checking for updates only...")
|
print("Checking for updates only...")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user