Skip to content

Commit

Permalink
refactor: plugin is named task-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
therealvio committed Nov 28, 2024
1 parent 259c141 commit b5dc822
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 128 deletions.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
ctx := context.Background()
agent := &buildkite.Agent{}
fetcher := plugin.EnvironmentConfigFetcher{} //TODO: Is this the BK-specific env-vars fetcher?
examplePlugin := plugin.ExamplePlugin{}
examplePlugin := plugin.TaskRunnerPlugin{}

err := examplePlugin.Run(ctx, fetcher, agent)

Expand Down
127 changes: 0 additions & 127 deletions src/plugin/example.go

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit b5dc822

Please sign in to comment.