mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat(pre-deploy): add support for x-pre_deploy extension in Compose + e2e test
This commit is contained in:
@@ -161,6 +161,7 @@ func (o *RunPreDeployOperation) Format() string {
|
||||
|
||||
return tui.BoldGreen.Render("▶") + " " +
|
||||
tui.Faint.Render("run pre-deploy hook") + " " +
|
||||
// TODO: truncate a long cmd to fit the width of the terminal.
|
||||
o.Spec.Name + " (" + cmd + ") " +
|
||||
tui.Faint.Render("on") + " " +
|
||||
o.MachineName
|
||||
|
||||
Reference in New Issue
Block a user