From f07c0dc971b6e7d2665cef1b407c76a0e9d9493f Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 29 Sep 2024 22:21:37 -0400 Subject: [PATCH] Rename pipeline-build to pipeline-build-semver to distinguish it from pipeline-build-hash used in poudboot. --- .../{pipeline-build.yaml => pipeline-build-semver.yaml} | 0 .webhook_bridge/webhook_bridge.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .webhook_bridge/{pipeline-build.yaml => pipeline-build-semver.yaml} (100%) diff --git a/.webhook_bridge/pipeline-build.yaml b/.webhook_bridge/pipeline-build-semver.yaml similarity index 100% rename from .webhook_bridge/pipeline-build.yaml rename to .webhook_bridge/pipeline-build-semver.yaml diff --git a/.webhook_bridge/webhook_bridge.toml b/.webhook_bridge/webhook_bridge.toml index 505969f..0dfcb66 100644 --- a/.webhook_bridge/webhook_bridge.toml +++ b/.webhook_bridge/webhook_bridge.toml @@ -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]+$" ]