修复
Some checks failed
构建并部署 H5 前端 / build-and-deploy (push) Failing after 1s

This commit is contained in:
2026-01-22 17:35:01 +08:00
parent 43dfc0f9e0
commit c6a1e18a8d

View File

@@ -19,11 +19,9 @@ jobs:
steps:
- name: 检出代码
run: |
# 添加 Nix 路径到 PATHgit 安装在这里)
export PATH="$HOME/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
# 跳过 SSL 验证(内网自签名证书)
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 }}
- name: 设置镜像标签