2024-09-30 16:49:11 -04:00
|
|
|
version = "0.0.1"
|
|
|
|
|
|
2026-07-11 17:52:33 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "rust-test"
|
|
|
|
|
# source = "pipeline-rust-test.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/natter.git"
|
|
|
|
|
# skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-30 16:49:11 -04:00
|
|
|
|
2026-07-11 17:52:33 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "clippy"
|
|
|
|
|
# source = "pipeline-rust-clippy.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/natter.git"
|
|
|
|
|
# skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
2024-09-30 16:49:11 -04:00
|
|
|
|
|
|
|
|
[[push]]
|
|
|
|
|
name = "format"
|
|
|
|
|
source = "pipeline-format.yaml"
|
|
|
|
|
clone_uri = "git@code.fizz.buzz:talexander/natter.git"
|
|
|
|
|
skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]
|
|
|
|
|
|
2026-07-11 17:52:33 -04:00
|
|
|
# [[push]]
|
|
|
|
|
# name = "build"
|
|
|
|
|
# source = "pipeline-build-hash.yaml"
|
|
|
|
|
# clone_uri = "git@code.fizz.buzz:talexander/natter.git"
|
|
|
|
|
# branches = [ "^main$", "^master$" ]
|