File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 18
18
- name : gotrue - download commit archive
19
19
get_url :
20
20
url : " https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-arm64.tar.gz"
21
- dest : /tmp/gotrue .tar.gz
21
+ dest : /tmp/auth-v{{ gotrue_release }}-arm64 .tar.gz
22
22
checksum : " {{ gotrue_release_checksum }}"
23
23
timeout : 60
24
24
25
- - name : gotrue - create /tmp/gotrue
26
- file :
27
- path : /tmp/gotrue
28
- state : directory
29
- mode : 0775
30
-
31
- - name : gotrue - unpack archive in /tmp/gotrue
32
- unarchive :
33
- remote_src : yes
34
- src : /tmp/gotrue.tar.gz
35
- dest : /tmp/gotrue
36
-
37
- - name : gotrue - pack archive
38
- shell : |
39
- cd /tmp && tar -cJf gotrue-v{{ gotrue_release }}-arm64.tar.xz gotrue
40
-
41
25
- name : PostgREST - download ubuntu binary archive (arm)
42
26
get_url :
43
27
url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
82
66
aws s3 cp /tmp/{{ item.file }} s3://{{ internal_artifacts_bucket }}/upgrades/{{ item.service }}/{{ item.file }}
83
67
with_items :
84
68
- service : gotrue
85
- file : gotrue -v{{ gotrue_release }}-arm64.tar.xz
69
+ file : auth -v{{ gotrue_release }}-arm64.tar.gz
86
70
- service : postgrest
87
71
file : postgrest-{{ postgrest_release }}-arm64.tar.xz
88
72
- service : supabase-admin-api
You can’t perform that action at this time.
0 commit comments