Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup(ux): removes redundant output (#1465)
During on-cluster builds, we see the "Creating Pipeline resources" message printed twice. ``` func deploy --remote --verbose Creating Pipeline resources Creating Pipeline resources Running Pipeline with the Function Running Pipeline: Building function image on the cluster Running Pipeline: Deploying function to the cluster ``` This change removes the second "Creating Pipelines resources" output. There was also a stray call to `progressListener.Stopping()`. This change addresses that, and also removes a "Running pipeline with the Function" output line, which is immediately overwritten by Task descriptions as they are running. /kind cleanup Signed-off-by: Lance Ball <[email protected]> Signed-off-by: Lance Ball <[email protected]> Co-authored-by: Lance Ball <[email protected]>
- Loading branch information