From b3b2782358d5a309fcb88669cf67b9677c1a7b2f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 16:00:03 +0300 Subject: add basic schema test back to CI --- utils/gitlab-ci/check-schema.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/gitlab-ci/check-schema.sh (limited to 'utils') 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 -- cgit v1.2.3