From 4c047979b238f0dc77868e111b4a4dfec95591d4 Mon Sep 17 00:00:00 2001 From: abhi-harness-cxe Date: Fri, 16 Aug 2024 11:40:35 +0530 Subject: [PATCH] Update mytriggerpipelinefromcode.yaml --- .harness/mytriggerpipelinefromcode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/mytriggerpipelinefromcode.yaml b/.harness/mytriggerpipelinefromcode.yaml index c85939f..98cdf3d 100644 --- a/.harness/mytriggerpipelinefromcode.yaml +++ b/.harness/mytriggerpipelinefromcode.yaml @@ -23,7 +23,7 @@ pipeline: source: type: Inline spec: - script: echo hello + script: echo <+<+trigger.branch>.startsWith(“my-custom-branch”)?<+trigger.branch>:”main> environmentVariables: [] outputVariables: [] timeout: 10m