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

Commit

Permalink
doc: update readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Dec 21, 2022
1 parent faaa892 commit dc552d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ steps:
- path: "foo-service/"
config:
trigger: "foo-service"
notify:
- slack: "#alerts"

- path: "hello-service/"
config:
trigger: "this-pipeline-does-not-exists"
- path: "hello-service/"
config:
command: "echo running command"
notify:
- slack: "#alerts"
hooks:
- command: echo "command hook 1"
- command: echo "command hook 2"
Expand Down

0 comments on commit dc552d5

Please sign in to comment.