Skip to content

Commit

Permalink
Improve output when resizing review apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed May 22, 2023
1 parent 08f166a commit 2506190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var psResizeCmd = &cobra.Command{
checkErr(a.ValidateECSTaskSize(*size))
err = a.ResizeProcess(processType, size.CPU, size.Memory)
checkErr(err)
if a.Pipeline {
if a.Pipeline && !a.IsReviewApp() {
printSuccess(fmt.Sprintf("set default size for %s processes on review apps", processType))
} else {
printSuccess(fmt.Sprintf("resizing %s", processType))
Expand Down

0 comments on commit 2506190

Please sign in to comment.