Browse Source

drone cache(1)

luis 7 năm trước cách đây
mục cha
commit
29c26c9cdf
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      .drone.yml

+ 0 - 4
.drone.yml

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