ci: rewrite git.datadunia.com to 172.20.8.90:3000 for submodule auth
This commit is contained in:
@@ -16,6 +16,10 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Rewrite submodule URLs
|
||||
run: |
|
||||
git config --global url."http://172.20.8.90:3000/".insteadOf "https://git.datadunia.com/"
|
||||
git config --global url."http://172.20.8.90:3000/".insteadOf "http://git.datadunia.com/"
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
Reference in New Issue
Block a user