This commit is contained in:
@@ -20,11 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
run: |
|
run: |
|
||||||
if [ ! -d ".git" ]; then
|
|
||||||
git clone https://git.boss160.cn/csxj2026/junhong_cmp_fiber.git .
|
git clone https://git.boss160.cn/csxj2026/junhong_cmp_fiber.git .
|
||||||
else
|
|
||||||
git fetch origin
|
|
||||||
fi
|
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: 设置镜像标签
|
- name: 设置镜像标签
|
||||||
|
|||||||
Reference in New Issue
Block a user