Skip to content

Commit

Permalink
Merge pull request konflux-ci#483 from 14rcole/rhtapbugs-975-update
Browse files Browse the repository at this point in the history
fix(rhtapbugs-975): use source_url instead of repo_url
  • Loading branch information
14rcole committed Jan 4, 2024
2 parents 34ea2f8 + ecd385c commit 3b2fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/integration-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: dockerfile
value: Dockerfile
- name: git-url
value: '{{repo_url}}'
value: '{{ source_url }}'
- name: image-expires-after
value: 5d
- name: output-image
Expand Down

0 comments on commit 3b2fc4d

Please sign in to comment.