Skip to content

Commit 0516045

Browse files
committed
chore: fix postgres build
1 parent bdb2ece commit 0516045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/test-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
when: ebssurrogate_mode
5353

5454
- name: Drop pgTap extension
55-
shell: /usr/lib/postgresql/bin/psql -U postgres -h localhost -d postgres -c "DROP extension if exists pgtap";
55+
shell: /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP extension if exists pgtap";
5656
when: ebssurrogate_mode
5757

5858
- name: Drop extension test function
59-
shell: /usr/lib/postgresql/bin/psql -U postgres -h localhost -d postgres -c "DROP FUNCTION IF EXISTS install_available_extensions_and_test";
59+
shell: /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP FUNCTION IF EXISTS install_available_extensions_and_test";
6060
when: ebssurrogate_mode
6161

6262
- name: Reset db stats

0 commit comments

Comments
 (0)