mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-17 03:40:00 +01:00
build
This commit is contained in:
3
port.py
3
port.py
@@ -981,9 +981,6 @@ 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)
|
|
||||||
print(service_ids)
|
|
||||||
input()
|
|
||||||
|
|
||||||
if self.args.update is False:
|
if self.args.update is False:
|
||||||
pull = False
|
pull = False
|
||||||
|
|||||||
Reference in New Issue
Block a user