Browse Source

Update drone.yml

tags/v0.0.5
Peter Vivell 6 years ago
parent
commit
16f80cf4fa
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      drone.yml

+ 5
- 5
drone.yml View File

@@ -27,9 +27,6 @@ steps:
27 27
     event:
28 28
     - push
29 29
     - tag
30
-cache:
31
-  mount:
32
-    - /var/cache/apt/archives
33 30
 
34 31
 - name: release
35 32
   image: plugins/gitea-release
@@ -58,5 +55,8 @@ cache:
58 55
   when:
59 56
     branch: master
60 57
     event: tag
61
- 
62
- 
58
+
59
+cache:
60
+  mount:
61
+    - /var/cache/apt/archives
62
+

Loading…
Cancel
Save