2024-09-29 22:31:22 -04:00
|
|
|
version = "0.0.1"
|
|
|
|
|
|
2026-09-06 18:24:15 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "rust-test"
|
|
|
|
|
# source = "pipeline-rust-test.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/organic.git"
|
|
|
|
|
# skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-29 22:31:22 -04:00
|
|
|
|
|
|
|
|
[[push]]
|
|
|
|
|
name = "foreign-document-test"
|
|
|
|
|
source = "pipeline-foreign-document-test.yaml"
|
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/organic.git"
|
2026-09-06 18:24:15 -04:00
|
|
|
branches = [ "^main$", "^master$", "^buildah$" ]
|
2024-09-29 22:31:22 -04:00
|
|
|
|
2026-09-06 18:24:15 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "clippy"
|
|
|
|
|
# source = "pipeline-rust-clippy.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/organic.git"
|
|
|
|
|
# skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-29 22:31:22 -04:00
|
|
|
|
2026-09-06 18:24:15 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "format"
|
|
|
|
|
# source = "pipeline-format.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/organic.git"
|
|
|
|
|
# skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-29 22:31:22 -04:00
|
|
|
|
2026-09-06 18:24:15 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "build"
|
|
|
|
|
# source = "pipeline-build-hash.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/organic.git"
|
|
|
|
|
# branches = [ "^main$", "^master$" ]
|