Added git config commands

api-breakage
Morty Space 5 years ago
parent e7e532bc74
commit e5d0fb4a51
  1. 2
      azure-pipelines.yml

@ -50,6 +50,8 @@ steps:
- script: |
python generatestructs.py
git config --global user.email "morty.space@gmail.com"
git config --global user.name "Morty Space"
git add -A .
git commit -m "Updated API pairs and coins"
git push

Loading…
Cancel
Save