Skip to content

Commit 013d96b

Browse files
committed
chore: also include pgrouting and postgis in orioledb test
1 parent bb1f017 commit 013d96b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 3 deletions
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\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
70+
sed -i '/\\ir.*\(timescaledb\|plv8\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
7171
when: is_psql_oriole
7272
become: yes
7373

@@ -76,8 +76,6 @@
7676
paths: /tmp/migrations/tests/extensions
7777
patterns:
7878
- '*timescaledb*.sql'
79-
- '*postgis*.sql'
80-
- '*pgrouting*.sql'
8179
- '*plv8*.sql'
8280
register: files_to_remove
8381
when: is_psql_oriole

0 commit comments

Comments
 (0)