You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/tasks/test-image.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@
67
67
- name: Remove specified extensions from SQL file
68
68
ansible.builtin.command:
69
69
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\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
0 commit comments