Created
December 5, 2020 11:24
-
-
Save adikari/bd52094428ed3231d0175c2df225e73d to your computer and use it in GitHub Desktop.
bulidkite merge pipeline steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- label: "Triggering merge pipeline" | |
plugins: | |
chronotc/monorepo-diff#v1.1.1: | |
diff: "git diff --name-only HEAD~1" | |
wait: false | |
watch: | |
- path: "foo-service" | |
config: | |
trigger: "foo-service-merge" | |
- path: "bar-service" | |
config: | |
trigger: "bar-service-merge" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment