浏览代码

Update '.drone.yml'

kirkleon 4 年之前
父节点
当前提交
5aa1bec9bc
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      .drone.yml

+ 4 - 3
.drone.yml

@@ -11,8 +11,8 @@ steps:
   commands:
   commands:
   - cd client
   - cd client
   - yarn install
   - yarn install
-  - yarn validate
-  - yarn test:ci
+  #- yarn validate
+  #- yarn test:ci
   - yarn build
   - yarn build
   - mv build/* /build/
   - mv build/* /build/
   when:
   when:
@@ -30,7 +30,8 @@ steps:
       from_secret: minio_secret_key
       from_secret: minio_secret_key
     bucket: terrassumptions
     bucket: terrassumptions
     source: /build/**/*
     source: /build/**/*
-    target: /
+    strip_prefix: true
+    target: /terrassumptions
     path_style: true
     path_style: true
     endpoint: http://192.168.0.5:29000
     endpoint: http://192.168.0.5:29000