diff options
| author | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2017-04-26 16:00:03 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@madoka.volgo-balt.ru> | 2017-04-26 16:00:03 +0300 |
| commit | b3b2782358d5a309fcb88669cf67b9677c1a7b2f (patch) | |
| tree | d956ae490c90fd895259fdfcbea613392cb08708 /utils/gitlab-ci | |
| parent | e552bb0bf65cf02cfead323fd675d3d036f885dd (diff) | |
add basic schema test back to CI
Diffstat (limited to 'utils/gitlab-ci')
| -rw-r--r-- | utils/gitlab-ci/check-schema.sh | 5 |
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 |