소스 검색

drone cache(2)

luis 7 년 전
부모
커밋
a0e994d2e1
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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: