This commit is contained in:
@@ -19,11 +19,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
run: |
|
run: |
|
||||||
# 添加 Nix 路径到 PATH(git 安装在这里)
|
|
||||||
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
|
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
|
||||||
# 跳过 SSL 验证(内网自签名证书)
|
|
||||||
export GIT_SSL_NO_VERIFY=1
|
export GIT_SSL_NO_VERIFY=1
|
||||||
git clone https://git.boss160.cn/csxj2026/one-pipe-h5.git .
|
git clone https://git.boss160.cn/luo/one-pipe-h5.git .
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: 设置镜像标签
|
- name: 设置镜像标签
|
||||||
|
|||||||
Reference in New Issue
Block a user