Update pipeline drone-git-harness

This commit is contained in:
Archit Mallik
2025-03-20 11:58:10 +05:30
parent c23e93a782
commit 3363275f2a
+3 -2
View File
@@ -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