mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-11 13:47:51 +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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue