From fcf0915f0bd0cae7780c7f4694b4ce5f28041251 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 27 Jan 2023 10:47:14 -0500 Subject: [PATCH] bugfix:remove duplicate output-path key (#67) --- src/jobs/filter.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/jobs/filter.yml b/src/jobs/filter.yml index 730a1e2..e2bf7f2 100644 --- a/src/jobs/filter.yml +++ b/src/jobs/filter.yml @@ -35,9 +35,6 @@ parameters: default: ".circleci/continue_config.yml" description: > The location of the config to continue the pipeline with. - output-path: - type: string - default: "/tmp/pipeline-parameters.json" circleci_domain: type: string description: "The domain of the CircleCI installation - defaults to circleci.com. (Only necessary for CircleCI Server users)"