Fix git config in CI workflow
This commit is contained in:
parent
a9d8f68675
commit
c6d2f19458
1 changed files with 8 additions and 5 deletions
|
|
@ -39,12 +39,15 @@ jobs:
|
|||
mkdir -p /tmp/persistent-botserver
|
||||
mkdir -p /tmp/gb-ws
|
||||
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config --global http.sslVerify false
|
||||
git config --global --add safe.directory "*"
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config --global http.sslVerify false
|
||||
git config --global --add safe.directory "*"
|
||||
git config --global user.email "ci@pragmatismo.com.br"
|
||||
git config --global user.name "CI Runner"
|
||||
git config --global pull.rebase false
|
||||
|
||||
- name: Update Repositories
|
||||
- name: Update Repositories
|
||||
run: |
|
||||
set -e
|
||||
cd /tmp/persistent-botserver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue