summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/check-schema.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gitlab-ci/check-schema.sh')
-rw-r--r--utils/gitlab-ci/check-schema.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/gitlab-ci/check-schema.sh b/utils/gitlab-ci/check-schema.sh
deleted file mode 100644
index a7e63ae01..000000000
--- a/utils/gitlab-ci/check-schema.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-export PGPASSWORD=test
-
-psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql