2024-09-28 18:29:18 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
|
|
|
|
[[push]]
|
2024-09-29 04:06:46 +00:00
|
|
|
name = "rust-test"
|
|
|
|
source = "pipeline-rust-test.yaml"
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
|
|
|
|
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-28 18:29:18 +00:00
|
|
|
|
|
|
|
[[push]]
|
2024-09-29 04:06:46 +00:00
|
|
|
name = "clippy"
|
|
|
|
source = "pipeline-rust-clippy.yaml"
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
|
|
|
|
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-28 18:29:18 +00:00
|
|
|
|
|
|
|
[[push]]
|
2024-09-29 04:06:46 +00:00
|
|
|
name = "format"
|
|
|
|
source = "pipeline-format.yaml"
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
|
|
|
|
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-29 03:59:32 +00:00
|
|
|
|
|
|
|
[[push]]
|
2024-09-29 04:06:46 +00:00
|
|
|
name = "semver"
|
|
|
|
source = "pipeline-semver.yaml"
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
|
|
|
|
branches = [ "^main$", "^master$" ]
|
2024-09-29 04:19:22 +00:00
|
|
|
|
|
|
|
[[push]]
|
|
|
|
name = "build"
|
2024-09-30 02:21:37 +00:00
|
|
|
source = "pipeline-build-semver.yaml"
|
2024-09-29 04:19:22 +00:00
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
|
|
|
|
branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|