We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2ece commit 0516045Copy full SHA for 0516045
ansible/tasks/test-image.yml
@@ -52,11 +52,11 @@
52
when: ebssurrogate_mode
53
54
- name: Drop pgTap extension
55
- shell: /usr/lib/postgresql/bin/psql -U postgres -h localhost -d postgres -c "DROP extension if exists pgtap";
+ shell: /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP extension if exists pgtap";
56
57
58
- 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";
+ shell: /usr/lib/postgresql/bin/psql -U supabase_admin -h localhost -d postgres -c "DROP FUNCTION IF EXISTS install_available_extensions_and_test";
60
61
62
- name: Reset db stats
0 commit comments