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 bb1f017 commit 013d96bCopy full SHA for 013d96b
ansible/tasks/test-image.yml
@@ -67,7 +67,7 @@
67
- name: Remove specified extensions from SQL file
68
ansible.builtin.command:
69
cmd: >
70
- sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
+ sed -i '/\\ir.*\(timescaledb\|plv8\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
71
when: is_psql_oriole
72
become: yes
73
@@ -76,8 +76,6 @@
76
paths: /tmp/migrations/tests/extensions
77
patterns:
78
- '*timescaledb*.sql'
79
- - '*postgis*.sql'
80
- - '*pgrouting*.sql'
81
- '*plv8*.sql'
82
register: files_to_remove
83
0 commit comments