Browse Source

fix:修改配置文件

zcuishan 8 months ago
parent
commit
09d5781f4e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .drone.yml

+ 0 - 2
.drone.yml

@@ -18,7 +18,6 @@ steps:
      - pnpm run build
 
  - name: build
-
    image: docker:20.10.7
    depends_on: [yarn-install]
    volumes:
@@ -30,7 +29,6 @@ steps:
       # 清理 docker 服务中不再使用的镜像、挂载、网络等资源
       - docker system prune --force --volumes || true
       - docker build -f ./Dockerfile -t $IMAGE ./
-
  - name: run
    image: docker/compose
    depends_on: [build]