mirror of
https://github.com/docker/compose.git
synced 2025-07-26 07:04:32 +02:00
restore status in addition to reason as progress message
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5c0a953f7e
commit
e8507893ee
@ -104,7 +104,7 @@ func (b *ecsAPIService) WaitStackCompletion(ctx context.Context, name string, op
|
|||||||
w.Event(progress.Event{
|
w.Event(progress.Event{
|
||||||
ID: resource,
|
ID: resource,
|
||||||
Status: progressStatus,
|
Status: progressStatus,
|
||||||
StatusText: reason,
|
StatusText: fmt.Sprintf("%s %s", status, reason),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if operation != stackCreate || stackErr != nil {
|
if operation != stackCreate || stackErr != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user