Skip to content

Commit 61434e0

Browse files
committed
fix: regex
1 parent 4ac77c4 commit 61434e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- name: Remove specified extensions from SQL file
6868
ansible.builtin.command:
6969
cmd: >
70-
sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\wal2json\|rum\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
70+
sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\|wal2json\|rum\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
7171
when: is_psql_oriole
7272
become: yes
7373

0 commit comments

Comments
 (0)