"git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "1882d8cc3f5db982b3ddcb2a4e6dd33f7f5d5815"
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: ...@@ -9,6 +9,8 @@ install:
- pip install build-bot - pip install build-bot
- pip install -r requirements.txt - pip install -r requirements.txt
before_script: before_script:
- git config --global user.name $GH_USER
- git config --global user.email $GH_EMAIL
- cd build - cd build
script: script:
- ./main.sh - ./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