ci: rewrite git.datadunia.com to 172.20.8.90:3000 for submodule auth
This commit is contained in:
@@ -15,6 +15,10 @@ jobs:
|
||||
run:
|
||||
working-directory: apps/server-core
|
||||
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:
|
||||
submodules: true
|
||||
@@ -33,6 +37,10 @@ jobs:
|
||||
run:
|
||||
working-directory: apps/device-agent
|
||||
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:
|
||||
submodules: true
|
||||
@@ -51,6 +59,10 @@ jobs:
|
||||
run:
|
||||
working-directory: apps/dashboard-ui
|
||||
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:
|
||||
submodules: true
|
||||
|
||||
Reference in New Issue
Block a user