fix(ci): add safe.directory for dependency repos
CI / Build and Test (push) Successful in 8m55s
Details
CI / Build and Test (push) Successful in 8m55s
Details
This commit is contained in:
parent
b92ec056ff
commit
6b94764cc5
|
|
@ -21,6 +21,11 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout dependencies
|
- name: Checkout dependencies
|
||||||
run: |
|
run: |
|
||||||
|
# Add safe.directory to allow SYSTEM user to use these repos
|
||||||
|
git config --global --add safe.directory C:/tutus-bolt
|
||||||
|
git config --global --add safe.directory C:/tutus-consensus
|
||||||
|
git config --global --add safe.directory C:/tutus-ordered-json
|
||||||
|
git config --global --add safe.directory C:/tutus-rfc6979
|
||||||
# Clone or update dependency repos
|
# Clone or update dependency repos
|
||||||
if (Test-Path C:\tutus-bolt) {
|
if (Test-Path C:\tutus-bolt) {
|
||||||
Push-Location C:\tutus-bolt; git pull; Pop-Location
|
Push-Location C:\tutus-bolt; git pull; Pop-Location
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue