Skip to content

Commit

Permalink
Merge pull request #236 from redhatci/unique_fork
Browse files Browse the repository at this point in the history
Unique fork
  • Loading branch information
betoredhat authored Apr 3, 2024
2 parents 47ea164 + 8b0940b commit 2c09b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/chart_verifier/tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
product_name: "{{ chart_name }}"
product_type: "helmchart"
product_version: "{{ chart_version }}"
fork_name: "charts-{{ chart_name }}-{{ chart_version }}"
fork_name: "charts-{{ chart_name }}-{{ chart_version }}-{{ ansible_date_time.iso8601 }}"
work_dir: "{{ work_chart_dir }}"
when:
- chart.create_pr | default(false) | bool
Expand Down

0 comments on commit 2c09b17

Please sign in to comment.