Rename pipeline-build to pipeline-build-semver to distinguish it from pipeline-build-hash used in poudboot.

This commit is contained in:
Tom Alexander 2024-09-29 22:21:37 -04:00
parent fd7b22c5ce
commit f07c0dc971
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ version = "0.0.1"
[[push]]
name = "build"
source = "pipeline-build.yaml"
source = "pipeline-build-semver.yaml"
clone_uri = "git@code.fizz.buzz:talexander/webhook_bridge.git"
branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]