Files
organic/.webhook_bridge/webhook_bridge.toml
Tom Alexander f7938bf7c3
All checks were successful
foreign-document-test Build foreign-document-test has succeeded
Switch to buildah for the foreign document test.
BuildKit is having issues with caching which is causing problems with long builds like compiling emacs from source.
2026-09-09 23:13:32 -04:00

32 lines
947 B
TOML

version = "0.0.1"
# [[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]+$" ]
[[push]]
name = "foreign-document-test"
source = "pipeline-foreign-document-test.yaml"
clone_uri = "git@code.fizz.buzz:talexander/organic.git"
branches = [ "^main$", "^master$", "^buildah$" ]
# [[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]+$" ]
# [[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]+$" ]
# [[push]]
# name = "build"
# source = "pipeline-build-hash.yaml"
# clone_uri = "git@code.fizz.buzz:talexander/organic.git"
# branches = [ "^main$", "^master$" ]