mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 18:44:53 +01:00
build
This commit is contained in:
3
port.py
3
port.py
@@ -745,7 +745,8 @@ class Portainer:
|
|||||||
print("Getting endpoint")
|
print("Getting endpoint")
|
||||||
self.get_endpoint(endpoint_id)
|
self.get_endpoint(endpoint_id)
|
||||||
if stack is not None:
|
if stack is not None:
|
||||||
self.get_stack(stack, endpoint_id)
|
for s in stack:
|
||||||
|
self.stack_ids = [self._resolve_stack_id(s, endpoint_id)]
|
||||||
for stck in self.stack_ids:
|
for stck in self.stack_ids:
|
||||||
path = f"/stacks/{stck}/start"
|
path = f"/stacks/{stck}/start"
|
||||||
if self.endpoint_id is not None:
|
if self.endpoint_id is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user