Skip to content

Commit

Permalink
renaming cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Jan 31, 2024
1 parent af19767 commit 82bdf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-preview/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
- name: Make name unique
replace:
path: "{{ dest_tools_dir }}/{{ tool_dir }}_pr{{ pr_num }}/{{ item }}"
regexp: '<tool(.*)name="([a-z0-9_]+)"'
replace: '<tool\1name="\2_pr{{ pr_num }}"'
regexp: '<tool(.*)name="([^"]+)"'
replace: '<tool\1name="\2 (PR {{ pr_num }})"'
loop: "{{ tools_list }}"

- name: Clean previous references
Expand Down

0 comments on commit 82bdf72

Please sign in to comment.