Skip to content

Commit 1860a07

Browse files
committed
chore: adjust url due to rc release
1 parent 180b6d9 commit 1860a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/setup-gotrue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
{%- elif platform == 'arm64' -%}
1818
arm64
1919
{%- endif -%}
20-
20+
#TODO restore this temp change on download url
2121
- name: gotrue - download commit archive
2222
ansible.builtin.get_url:
2323
checksum: "{{ gotrue_release_checksum }}"
2424
dest: '/tmp/gotrue.tar.gz'
25-
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
25+
url: "https://github.com/supabase/gotrue/releases/download/{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
2626

2727
- name: gotrue - create /opt/gotrue and /etc/auth.d
2828
ansible.builtin.file:

0 commit comments

Comments
 (0)