Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
chore: release version 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Dec 21, 2022
1 parent 5dadc09 commit 63ea4d2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ steps:
hooks:
- command: echo "command hook 1"
- command: echo "command hook 2"

- label: ":bomb: Testing notifications"
plugins:
- monebag/monorepo-diff:
diff: "cat ./e2e/multiple-paths"
watch:
- path:
- "user-service/infrastructure/"
config:
command: "echo i-am-running-in-a-group"
notify:
- email: subash@monebag.com

- label: ":bomb: Testing groups"
plugins:
- monebag/monorepo-diff#v2.5.4:
Expand All @@ -29,6 +42,7 @@ steps:
config:
group: "my group"
command: "echo i-am-running-in-a-group"

- label: ":bomb: Testing hooks"
plugins:
- monebag/monorepo-diff#v2.5.5:
Expand All @@ -48,6 +62,7 @@ steps:
trigger: "this-pipeline-does-not-exists"
hooks:
- command: echo "command hook 1"

- label: ":bomb: Testing wait"
plugins:
- monebag/monorepo-diff:
Expand All @@ -59,6 +74,7 @@ steps:
config:
command: "echo i-am-running"
wait: true

- label: ":bomb: Testing triggers and commands"
plugins:
- monebag/monorepo-diff:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If the version number is not provided then the most recent version of the plugin
steps:
- label: "Triggering pipelines"
plugins:
- monebag/monorepo-diff#v2.5.4:
- monebag/monorepo-diff#v2.5.5:
diff: "git diff --name-only HEAD~1"
watch:
- path: "bar-service/"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {

plugins := env("BUILDKITE_PLUGINS", "")

log.Debug("received plugin: \n%v", plugins)
log.Debugf("received plugin: \n%v", plugins)

plugin, err := initializePlugin(plugins)

Expand Down

0 comments on commit 63ea4d2

Please sign in to comment.