mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Merge pull request #732 from docker/status_reason
restore status in addition to reason as progress message
This commit is contained in:
commit
0cea91c555
@ -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