Browse Source

测试 drone

liql 2 years ago
parent
commit
6942ebd5e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drone.yml

+ 0 - 1
drone.yml

@@ -11,7 +11,6 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
       - name: node-build
         path: /tmp
     commands: # 定义在Docker容器中执行的shell命令
-      - ls
       - npm install --registry=https://registry.npmmirror.com/  # 应用打包命令
       - npm run build
       - mkdir -p /tmp/veterans_teacher/dist