Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3db21b5e0 | ||
|
|
7dd8adf35b | ||
|
|
22ee074d5b | ||
|
|
f1a031b682 | ||
|
|
f14b2fc04e | ||
|
|
09ffbf10aa |
@@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
|
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
|
||||||
git fetch origin "${{ gitea.ref }}" --depth=50
|
git fetch origin "${{ gitea.ref }}" --depth=50
|
||||||
git checkout "${{ gitea.sha }}"
|
git checkout "${{ gitea.sha }}"
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
|
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
|
||||||
git fetch origin "${{ gitea.ref }}" --depth=50
|
git fetch origin "${{ gitea.ref }}" --depth=50
|
||||||
git checkout "${{ gitea.sha }}"
|
git checkout "${{ gitea.sha }}"
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
|
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
|
||||||
git fetch origin "${{ gitea.ref }}" --depth=50
|
git fetch origin "${{ gitea.ref }}" --depth=50
|
||||||
git checkout "${{ gitea.sha }}"
|
git checkout "${{ gitea.sha }}"
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
|
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
|
||||||
git fetch origin "${{ gitea.ref }}" --depth=50
|
git fetch origin "${{ gitea.ref }}" --depth=50
|
||||||
git checkout "${{ gitea.sha }}"
|
git checkout "${{ gitea.sha }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user