移除工作流中多余步骤
This commit is contained in:
5
.github/workflows/BuildServer.yml
vendored
5
.github/workflows/BuildServer.yml
vendored
@@ -63,11 +63,6 @@ jobs:
|
|||||||
- name: 设置构建脚本执行权限
|
- name: 设置构建脚本执行权限
|
||||||
run: chmod +x build-server.sh
|
run: chmod +x build-server.sh
|
||||||
|
|
||||||
- name: 安装依赖
|
|
||||||
run: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y jq
|
|
||||||
|
|
||||||
- name: 构建 Docker 镜像
|
- name: 构建 Docker 镜像
|
||||||
run: |
|
run: |
|
||||||
# 运行构建脚本
|
# 运行构建脚本
|
||||||
|
|||||||
Reference in New Issue
Block a user