Skip to content

Commit

Permalink
[WIP] Print component info
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Nov 5, 2024
1 parent 5344bbb commit 3f4a9f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/include_components/tasks/track_dev_git_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
register: git_component
when: last_commit_id.rc == 0

- name: Debug
debug:
var: git_component

- name: 'Attach git component to the job'
ansible.legacy.dci_job_component:
component_id: "{{ git_component.component.id }}"
Expand Down

0 comments on commit 3f4a9f2

Please sign in to comment.