Skip to content

Commit 571e42f

Browse files
committed
update tekon config
Signed-off-by: Mangaal <[email protected]>
1 parent 29ceb85 commit 571e42f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ spec:
232232
- name: BUILD_ARGS_FILE
233233
value: $(params.build-args-file)
234234
- name: TARGET_VERSION
235-
value: '{{target_branch}}
235+
value: '{{target_branch}}'
236236
- name: SOURCE_ARTIFACT
237237
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
238238
- name: CACHI2_ARTIFACT

.tekton/gitops-backend-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
- name: BUILD_ARGS_FILE
230230
value: $(params.build-args-file)
231231
- name: TARGET_VERSION
232-
value: '{{target_branch}}'
232+
value: '{{target_branch}}'
233233
- name: SOURCE_ARTIFACT
234234
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
235235
- name: CACHI2_ARTIFACT

0 commit comments

Comments
 (0)