mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-19 20:16:21 +02:00
move git credentials settings to config file
[ci skip]
This commit is contained in:
parent
f6b7468e09
commit
b848d99d67
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue