Skip to content

Commit

Permalink
act
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 29, 2024
1 parent 05c9975 commit 9ae8345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
return fmt.Errorf("node %s: %w", upNodeName, uErr)
}
c.logger.Info("ACT file uploaded")
c.logger.Infof("ACT file uploaded. History: %v", file.HistroryAddress())

time.Sleep(1 * time.Second)

Expand Down Expand Up @@ -181,6 +182,7 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
}

c.logger.Info("ACT grantees patched")
c.logger.Infof("ACT file uploaded. patch History: %v", pFile.HistroryAddress())

// list grantees after patch
patchAddresses, patchErr := upClient.GetActGrantees(ctx, pFile.Address())
Expand Down

0 comments on commit 9ae8345

Please sign in to comment.