move git credentials settings to config file

[ci skip]
This commit is contained in:
Dave Machado 2017-08-03 11:48:47 -04:00
parent f6b7468e09
commit b848d99d67

View file

@ -9,6 +9,8 @@ install:
- pip install build-bot
- pip install -r requirements.txt
before_script:
- git config --global user.name $GH_USER
- git config --global user.email $GH_EMAIL
- cd build
script:
- ./main.sh