Skip to content

Commit

Permalink
todo: build executables types change
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Aug 25, 2023
1 parent f1b7473 commit 45de442
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmd/vela-worker/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,11 @@ func (w *Worker) exec(index int, config *library.Worker) error {
Hostname: w.Config.API.Address.Hostname(),
Runtime: w.Runtime,
Build: item.Build,
Pipeline: item.Pipeline.Sanitize(w.Config.Runtime.Driver),
Repo: item.Repo,
User: item.User,
Version: v.Semantic(),
// todo: implement build executables
// Pipeline: item.Pipeline.Sanitize(w.Config.Runtime.Driver),
Repo: item.Repo,
User: item.User,
Version: v.Semantic(),
})

// add the executor to the worker
Expand Down

0 comments on commit 45de442

Please sign in to comment.