From ffa3212940b3f1840af0eb03aa585974c62ba86e Mon Sep 17 00:00:00 2001 From: ci-reporunner Date: Wed, 26 Mar 2025 19:28:29 +0530 Subject: [PATCH] Update pipeline drone-docker-harness (#482) * Update pipeline drone-docker-harness * Update pipeline drone-docker-harness --------- Co-authored-by: ompragash.viswanathan@harness.io --- .harness/harness.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/harness.yaml b/.harness/harness.yaml index e5d54fa..c4dd884 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -293,7 +293,7 @@ pipeline: repo: plugins/<+matrix.repo> tags: - windows-1809-amd64 - caching: true + caching: false dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.1809 when: stageStatus: Success @@ -383,7 +383,7 @@ pipeline: repo: plugins/<+matrix.repo> tags: - windows-ltsc2022-amd64 - caching: true + caching: false dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.ltsc2022 when: stageStatus: Success