From 2520b455a78468180ca35ced2257107ebf6afbd1 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:44:36 +0530 Subject: [PATCH 1/2] Create pipeline pipeline-12 --- .harness/pipeline12.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .harness/pipeline12.yaml diff --git a/.harness/pipeline12.yaml b/.harness/pipeline12.yaml new file mode 100644 index 00000000..82274a11 --- /dev/null +++ b/.harness/pipeline12.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - pull_request + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-12.Sync." From 7cb652faef8cf20b146cea400ace4ffeb5c775f2 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:48:27 +0530 Subject: [PATCH 2/2] Update pipeline12.yaml --- .harness/pipeline12.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline12.yaml b/.harness/pipeline12.yaml index 82274a11..8f46cd5d 100644 --- a/.harness/pipeline12.yaml +++ b/.harness/pipeline12.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-12.Sync." + script: echo "hello from branch pipeline-12.Sync"