summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/check-schema.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-25 13:44:41 +0300
committerAndrew Dolgov <[email protected]>2017-04-25 13:44:41 +0300
commit94eedc29c01a30a32cf10e14fd0d0a039504ca8a (patch)
treeacc5e66d941ec64e0cf67dfce199bdeea5b0379f /utils/gitlab-ci/check-schema.sh
parent3c111597768a13ae05463b044f6e4d6dc18d8be0 (diff)
add initial gitlab-ci and selenium stuff
Diffstat (limited to 'utils/gitlab-ci/check-schema.sh')
-rw-r--r--utils/gitlab-ci/check-schema.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/gitlab-ci/check-schema.sh b/utils/gitlab-ci/check-schema.sh
new file mode 100644
index 000000000..a7e63ae01
--- /dev/null
+++ b/utils/gitlab-ci/check-schema.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export PGPASSWORD=test
+
+psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql