We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304aa68 commit 55b9763Copy full SHA for 55b9763
ansible/tasks/test-image.yml
@@ -72,7 +72,7 @@
72
- name: Remove specified extensions from SQL file
73
ansible.builtin.command:
74
cmd: >
75
- sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\).*\.sql/d' /tmp/migrations/tests/test.sql
+ sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
76
when: is_psql_oriole_16
77
become: yes
78
0 commit comments