mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
on ACI container ID is project_service and name is service
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1f5a77e67c
commit
446008a4b6
7 changed files with 38 additions and 156 deletions
|
|
@ -869,7 +869,7 @@ func (s sdk) DescribeServiceTasks(ctx context.Context, cluster string, project s
|
|||
Name: id.Resource,
|
||||
Project: project,
|
||||
Service: service,
|
||||
State: aws.StringValue(t.LastStatus),
|
||||
State: strings.Title(strings.ToLower(aws.StringValue(t.LastStatus))),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue