mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
move git credentials settings to config file
[ci skip]
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user