ソースを参照

Update drone.yml

tags/v0.0.5
Peter Vivell 6年前
コミット
a4537b18da
1個のファイルの変更4行の追加5行の削除
  1. 4
    5
      drone.yml

+ 4
- 5
drone.yml ファイルの表示

@@ -5,6 +5,10 @@ platform:
5 5
   os: linux
6 6
   arch: amd64
7 7
 
8
+cache:
9
+  mount:
10
+    - /var/cache/apt/archives
11
+
8 12
 steps:
9 13
 - name: build
10 14
   image: debian:stable-slim
@@ -56,8 +60,3 @@ steps:
56 60
   when:
57 61
     branch: master
58 62
     event: tag
59
-
60
-cache:
61
-  mount:
62
-    - /var/cache/apt/archives
63
-

読み込み中…
キャンセル
保存