Skip to content

Commit

Permalink
rtest
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 28, 2024
1 parent 19556d0 commit 13dd0e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"strings"
"time"

"github.com/google/uuid"
go_plugin "github.com/hashicorp/go-plugin"
"github.com/kubeshop/botkube/pkg/api"
"github.com/kubeshop/botkube/pkg/api/executor"
Expand Down Expand Up @@ -250,8 +249,8 @@ func getBotkubeJobs(ctx context.Context, envs map[string]string) ([]Job) {
}

func initialMessages(ctx context.Context, jobs []Job) executor.ExecuteOutput {
sessionID := uuid.New().String()
context.WithValue(ctx, "sessionID", sessionID)
// sessionID := uuid.New().String()
// context.WithValue(ctx, "sessionID", sessionID)
var jobList []api.OptionItem
for _, job := range jobs {
jobList = append(jobList, api.OptionItem{
Expand Down

0 comments on commit 13dd0e1

Please sign in to comment.