Skip to content

Commit

Permalink
DO NOT MERGE - debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Sep 20, 2023
1 parent 735a8fb commit bf633dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testing/ess/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ func (c *Client) DeploymentIsReady(ctx context.Context, deploymentID string, tic
defer statusCancel()
go func() {
status, err := c.DeploymentStatus(statusCtx, deploymentID)
fmt.Printf("Deployment status: %+v\n", status)

Check failure on line 260 in pkg/testing/ess/deployment.go

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

use of `fmt.Printf` forbidden by pattern `fmt.Print.*` (forbidigo)
if err != nil {
errCh <- err
return
Expand Down

0 comments on commit bf633dd

Please sign in to comment.