From 1b3725a71fb44a634aa9debfd31f28f2827a200e Mon Sep 17 00:00:00 2001 From: KapilDigani <86942553+KapilDigani@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:49:40 +0530 Subject: [PATCH] Update Demo1.yaml --- .harness/Demo1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/Demo1.yaml b/.harness/Demo1.yaml index a0ab359..5d89933 100644 --- a/.harness/Demo1.yaml +++ b/.harness/Demo1.yaml @@ -23,7 +23,7 @@ pipeline: source: type: Inline spec: - script: echo "Hello from Git" + script: echo "Hello from feature branch" environmentVariables: [] outputVariables: [] timeout: 10m