Skip to content

Commit

Permalink
update tekon config
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal committed Nov 28, 2024
1 parent 29ceb85 commit 571e42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/gitops-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ spec:
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: TARGET_VERSION
value: '{{target_branch}}
value: '{{target_branch}}'
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down
2 changes: 1 addition & 1 deletion .tekton/gitops-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: TARGET_VERSION
value: '{{target_branch}}'
value: '{{target_branch}}'
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down

0 comments on commit 571e42f

Please sign in to comment.