updated schema build user (#6360)

This commit is contained in:
Neil Lathwood
2017-04-05 14:18:30 +01:00
committed by GitHub
parent b321844f11
commit 6a73e725af

View File

@ -2,7 +2,7 @@
GH_REPO="@github.com/librenms/librenms.git"
FULL_REPO="https://${GH_TOKEN}:x-oauth-basic$GH_REPO"
git config user.name "librenms-docs"
git config user.name "lnms-docs"
git config user.email "travis@librenms.org"
DBTEST=1 ./scripts/build-schema.php > misc/db_schema.yaml