From a73b8ee28d8e33f1a90a8787bfd8048e4031f035 Mon Sep 17 00:00:00 2001 From: ci-reporunner Date: Thu, 20 Mar 2025 19:10:13 +0530 Subject: [PATCH] Update pipeline drone-kaniko-harness (#142) Co-authored-by: ompragash.viswanathan@harness.io --- .harness/harness.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index abf9718..1cec8b0 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -12,32 +12,6 @@ pipeline: build: <+input> sparseCheckout: [] stages: - - stage: - name: Manager Approval - identifier: Manager_Approval - description: "" - type: Approval - spec: - execution: - steps: - - step: - name: CI Manager Approval - identifier: CI_Manager_Approval - type: HarnessApproval - timeout: 1d - spec: - approvalMessage: |- - Please review the following information - and approve the pipeline progression - includePipelineExecutionHistory: true - approvers: - minimumCount: 1 - disallowPipelineExecutor: false - userGroups: - - CI_Manager - isAutoRejectEnabled: false - approverInputs: [] - tags: {} - parallel: - stage: name: linux-amd64