Skip to content

Commit

Permalink
feat: do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Oct 3, 2024
1 parent 7d549a8 commit 03b585d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img style="width:66%" src="assets/testkube-color-dark.png#gh-light-mode-only" alt="Testkube Logo Dark" />
</p>

a
<p align="center">
<a href="https://github.com/kubeshop/testkube/releases"><img title="Release" src="https://img.shields.io/github/v/release/kubeshop/testkube"/></a>
<a href=""><img title="Downloads" src="https://img.shields.io/github/downloads/kubeshop/testkube/total.svg"/></a>
Expand Down
1 change: 1 addition & 0 deletions pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func (ag *Agent) receiveCommand(ctx context.Context, stream cloud.TestKubeCloudA
respChan := make(chan cloudResponse, 1)
go func() {
cmd, err := stream.Recv()
fmt.Println("received", cmd)
respChan <- cloudResponse{resp: cmd, err: err}
}()

Expand Down

0 comments on commit 03b585d

Please sign in to comment.