Skip to content

Commit 3c403c5

Browse files
Merge pull request #276 from Thealisyed/dynamiclabels
NE-2076: Follow up PR to address some gaps
2 parents f563754 + f169598 commit 3c403c5

2 files changed

+3
-1
lines changed

.tekton/external-dns-operator-bundle-container-ext-dns-optr-1-3-rhel-9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ spec:
217217
- name: BUILD_ARGS
218218
value:
219219
- $(params.build-args[*])
220-
- 'FULL_COMMIT=$(tasks.clone-repository.results.short-commit)'
220+
- 'FULL_COMMIT=$(tasks.clone-repository.results.commit)'
221221
- 'GIT_URL=$(tasks.clone-repository.results.url)'
222222
- name: BUILD_ARGS_FILE
223223
value: $(params.build-args-file)

.tekton/external-dns-operator-bundle-container-ext-dns-optr-1-3-rhel-9-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ spec:
214214
- name: BUILD_ARGS
215215
value:
216216
- $(params.build-args[*])
217+
- 'FULL_COMMIT=$(tasks.clone-repository.results.commit)'
218+
- 'GIT_URL=$(tasks.clone-repository.results.url)'
217219
- name: BUILD_ARGS_FILE
218220
value: $(params.build-args-file)
219221
- name: PRIVILEGED_NESTED

0 commit comments

Comments
 (0)