Commit b848d99d authored by Dave Machado's avatar Dave Machado
Browse files

move git credentials settings to config file

[ci skip]
parent f6b7468e
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment