Merge pull request 'fix: use IP 192.168.68.17:3000 instead of git.sysloggh.net for CI checkout' (#4) from fix/ci-checkout-ip into master
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 5s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Failing after 5s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Has been skipped

This commit was merged in pull request #4.
This commit is contained in:
kagentz-bot
2026-07-06 22:56:48 +00:00
+4 -4
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -64,7 +64,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -77,7 +77,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"