ci: rewrite git.datadunia.com to 172.20.8.90:3000 for submodule auth
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/dashboard-ui
|
working-directory: apps/dashboard-ui
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/device-agent
|
working-directory: apps/device-agent
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/server-core
|
working-directory: apps/server-core
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/server-core
|
working-directory: apps/server-core
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
@@ -33,6 +37,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/device-agent
|
working-directory: apps/device-agent
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
@@ -51,6 +59,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/dashboard-ui
|
working-directory: apps/dashboard-ui
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: apps/docs
|
working-directory: apps/docs
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user