mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: drop the pod name from stdout output
This adds unexpected output to the command, making parsing more difficult.
This commit is contained in:
@@ -1177,11 +1177,6 @@ func TriggerSchedulerRun(scheduler string, appName string, envCount int, args []
|
||||
if err != nil {
|
||||
return fmt.Errorf("Error waiting for pod to exist: %w", err)
|
||||
}
|
||||
|
||||
for _, pod := range pods {
|
||||
common.LogQuiet(pod.Name)
|
||||
}
|
||||
|
||||
if !attachToPod {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user