This commit is contained in:
@@ -16,10 +16,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=2 \
|
git config --global http.sslVerify false
|
||||||
"http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \
|
git clone "https://${{ gitea.token }}@git.niujiekeji.com/${{ gitea.repository }}.git" .
|
||||||
.
|
|
||||||
git checkout ${{ gitea.sha }}
|
git checkout ${{ gitea.sha }}
|
||||||
|
#
|
||||||
|
# run: |
|
||||||
|
# git clone --depth=2 \
|
||||||
|
# "http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \
|
||||||
|
# .
|
||||||
|
# git checkout ${{ gitea.sha }}
|
||||||
|
|
||||||
- name: 检查配置文件与预编译 jar
|
- name: 检查配置文件与预编译 jar
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user