This commit is contained in:
@@ -16,10 +16,15 @@ jobs:
|
||||
steps:
|
||||
- name: 检出代码
|
||||
run: |
|
||||
git clone --depth=2 \
|
||||
"http://oauth2:${{ gitea.token }}@host.docker.internal:3000/${{ gitea.repository }}.git" \
|
||||
.
|
||||
git config --global http.sslVerify false
|
||||
git clone "https://${{ gitea.token }}@git.niujiekeji.com/${{ gitea.repository }}.git" .
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user