Skip to content

Commit 01e40d9

Browse files
committed
fix: need to tmp refer to this branch for testing
1 parent 1aa6904 commit 01e40d9

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/{{ git_commit_sha }}#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/sam/pgroonga-deps#supabase-groonga"
2323
when: stage2_nix
2424

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

0 commit comments

Comments
 (0)