Skip to content

Commit

Permalink
Echo task branches
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Nov 6, 2024
1 parent f5c563d commit 806dd6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ spec:
- name: git-auth

tasks:
- name: echo-params
taskSpec:
steps:
- image: registry.access.redhat.com/ubi8/ubi-minimal:latest
script: |
echo "source branch: {{source_branch}}"
echo "target branch: {{target_branch}}"
echo "event type: {{event_type}}"
- name: init
params:
Expand Down

0 comments on commit 806dd6d

Please sign in to comment.