From 3363275f2a28469f97df12c8c2b9f09388b8f2ff Mon Sep 17 00:00:00 2001 From: Archit Mallik Date: Thu, 20 Mar 2025 11:58:10 +0530 Subject: [PATCH] Update pipeline drone-git-harness --- .harness/harness.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index 1de8bf1..479eb48 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -100,7 +100,7 @@ pipeline: repo: plugins/git tags: - linux-amd64 - caching: true + caching: false dockerfile: docker/Dockerfile.linux.amd64 when: stageStatus: Success @@ -164,7 +164,7 @@ pipeline: repo: plugins/git tags: - linux-arm64 - caching: true + caching: false dockerfile: docker/Dockerfile.linux.arm64 when: stageStatus: Success @@ -287,3 +287,4 @@ pipeline: condition: <+codebase.build.type> == "branch" || <+codebase.build.type> == "tag" buildIntelligence: enabled: false + allowStageExecutions: true