summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 16:00:03 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 16:00:03 +0300
commitb3b2782358d5a309fcb88669cf67b9677c1a7b2f (patch)
treed956ae490c90fd895259fdfcbea613392cb08708 /utils
parente552bb0bf65cf02cfead323fd675d3d036f885dd (diff)
add basic schema test back to CI
Diffstat (limited to 'utils')
-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