Skip to content

Commit

Permalink
chore: clean up stray commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Sep 23, 2022
1 parent 07bccc9 commit c14df6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install_from_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,8 @@

- name: "update the projects artifact and artifact URL"
set_fact:
#artifact: "{{ artifact | regex_replace('latest', 'vlatest'"
artifact: "{{ artifact | regex_replace('latest', 'v' + version) }}"
#url: "{{ redirect_result.location }}/{{ artifact }}"
url: "https://github.com/{{ project }}/releases/download/v{{ version }}/{{artifact}}"
#https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubectx_v0.9.1_linux_x86_64.tar.gz

- name: "expand checksum file into url if applicable"
set_fact:
Expand Down

0 comments on commit c14df6d

Please sign in to comment.