From ce792a8072974a0011c2cedeade80271e738a4dc Mon Sep 17 00:00:00 2001 From: "raghav.gupta@harness.io" Date: Tue, 7 Apr 2026 16:40:41 +0530 Subject: [PATCH] Update pipeline drone-docker-harness --- .harness/harness.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index e14f896..f3886a9 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -725,6 +725,17 @@ pipeline: spec: {} execution: steps: + - step: + type: GitClone + name: Clone RF Dockerfiles + identifier: Clone_RF_Dockerfiles + spec: + connectorRef: RapidFortPlugins + cloneDirectory: rf-plugins + build: + type: branch + spec: + branch: main - step: type: Run name: Build Binary -ltsc2022