From 4eb07e944bd7e878843113dd411eebf6a7efb9d2 Mon Sep 17 00:00:00 2001 From: Aidan Oldershaw Date: Fri, 11 Dec 2020 11:39:28 -0500 Subject: [PATCH] rename manually-triggered pipeline we had two instances of the same pipeline, each spewing hundreds of thousands of builds. this renames the auto-set one to the name used in the docs. this will also archive the old one. Signed-off-by: Aidan Oldershaw --- pipelines/set-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/set-pipelines.yml b/pipelines/set-pipelines.yml index f2672e2..0cc043d 100644 --- a/pipelines/set-pipelines.yml +++ b/pipelines/set-pipelines.yml @@ -39,7 +39,7 @@ jobs: file: concourse-examples/pipelines/time-triggered.yml - set_pipeline: git-triggered file: concourse-examples/pipelines/git-triggered.yml - - set_pipeline: manually-triggered + - set_pipeline: manual-trigger file: concourse-examples/pipelines/manually-triggered.yml - set_pipeline: hooks file: concourse-examples/pipelines/job-and-task-hooks.yml