Skip to content

Commit 9eb7fc4

Browse files
authored
fix: standardize how supabase-groonga is installed on machine (#1212)
Co-authored-by: Sam Rose <[email protected]>
1 parent db49dcc commit 9eb7fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- name: Install supabase-groonga from nix binary cache
2020
become: yes
2121
shell: |
22-
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/sam/pgroonga-deps#supabase-groonga"
22+
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#supabase-groonga"
2323
when: stage2_nix
2424

2525
- name: Set ownership and permissions for /etc/ssl/private

0 commit comments

Comments
 (0)