浏览代码

drone cache(1)

luis 7 年之前
父节点
当前提交
29c26c9cdf
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      .drone.yml

+ 0 - 4
.drone.yml

@@ -17,7 +17,6 @@ pipeline:
     # Mount the cache volume, needs "Trusted"
     volumes:
       - /tmp/cache:/cache
-
   backend: 
     image: golang
     environment:
@@ -34,7 +33,6 @@ pipeline:
       - cd browser/vue-flow 
       - yarn 
       - yarn build
-
    rebuild-cache:
     image: drillster/drone-volume-cache
     rebuild: true
@@ -44,8 +42,6 @@ pipeline:
     # Mount the cache volume, needs "Trusted"
     volumes:
       - /tmp/cache:/cache
-
-
   deploy:
     image: docker
     when: