File tree 2 files changed +2
-2
lines changed
ansible/tasks/postgres-extensions
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ FROM ccache as sfcgal
70
70
ARG sfcgal_release
71
71
ARG sfcgal_release_checksum
72
72
ADD --checksum=${sfcgal_release_checksum} \
73
- "https://gitlab. com/Oslandia/SFCGAL/-/archive/v${sfcgal_release} /SFCGAL-v${sfcgal_release}.tar.gz" \
73
+ "https://supabase-public-artifacts-bucket.s3.amazonaws. com/sfcgal /SFCGAL-v${sfcgal_release}.tar.gz" \
74
74
/tmp/sfcgal.tar.gz
75
75
RUN tar -xvf /tmp/sfcgal.tar.gz -C /tmp --one-top-level --strip-components 1 && \
76
76
rm -rf /tmp/sfcgal.tar.gz
Original file line number Diff line number Diff line change 30
30
31
31
- name : postgis - download SFCGAL dependency
32
32
get_url :
33
- url : " https://gitlab. com/Oslandia /SFCGAL/-/archive/v{{ sfcgal_release }}/SFCGAL-v{{ sfcgal_release } }.tar.gz"
33
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws. com/sfcgal /SFCGAL-v${ sfcgal_release}.tar.gz"
34
34
dest : /tmp/SFCGAL-v{{ sfcgal_release }}.tar.gz
35
35
checksum : " {{ sfcgal_release_checksum }}"
36
36
timeout : 60
You can’t perform that action at this time.
0 commit comments