Automated build for v0.01
This commit is contained in:
5
utils/gitlab-ci/check-schema.sh
Normal file
5
utils/gitlab-ci/check-schema.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PGPASSWORD=test
|
||||
|
||||
psql -h localhost -q -U test test < schema/ttrss_schema_pgsql.sql
|
Reference in New Issue
Block a user