瀏覽代碼

feat "第一次部署尝试"

Leonezhurui 2 年之前
父節點
當前提交
c3687cd43f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -10,7 +10,7 @@ steps:
       - npm config set strict-ssl false
       - npm config set registry https://registry.npm.taobao.org/
       - npm install
-      - npm run build
+      - CI=false npm run build
 
   # 第二步,上传镜像到阿里云容器镜像服务
   - name: docker