summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/check-schema.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 14:01:25 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 14:01:25 +0300
commit833636bbd01a458bdff2baa9d12967f8b1aa68f1 (patch)
treeebb4b338901b942d5e0702e6a5a346980ece72e2 /utils/gitlab-ci/check-schema.sh
parentf78e10d14c2cac5e0940678fbc475886447eef2a (diff)
limit CI to phpmd for the time being
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