ソースを参照

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: