Browse Source

drone cache(2)

luis 7 years ago
parent
commit
a0e994d2e1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .drone.yml

+ 5 - 1
.drone.yml

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