Skip to content

Commit

Permalink
multi-command hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-johnson committed Jul 24, 2019
1 parent 42dc60b commit a4a85e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/local-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ steps:
command: echo "Hello World"
plugins:
- ./.buildkite/plugins/metahook:
pre-command: echo "pre-command hook"
pre-command: |
echo "pre-command hook"
echo "with two commands"
command: echo "command hook"
post-command: echo "post-command hook"
pre-exit: echo "pre-exit hook"

0 comments on commit a4a85e0

Please sign in to comment.