From 94eedc29c01a30a32cf10e14fd0d0a039504ca8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Apr 2017 13:44:41 +0300 Subject: add initial gitlab-ci and selenium stuff --- utils/gitlab-ci/check-schema.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/gitlab-ci/check-schema.sh (limited to 'utils/gitlab-ci/check-schema.sh') 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