Cache in volumes
This commit is contained in:
parent
25c8b1ec31
commit
f2b6d14bdb
22
.drone.yml
22
.drone.yml
|
@ -19,11 +19,21 @@ steps:
|
|||
volumes:
|
||||
- name: build_electron-ozone
|
||||
path: /build
|
||||
- name: lib_electron-ozone
|
||||
path: /var/lib/pacman
|
||||
- name: cache_electron-ozone
|
||||
path: /var/cache/pacman
|
||||
|
||||
volumes:
|
||||
- name: build_electron-ozone
|
||||
host:
|
||||
path: /var/builds/archlinux/electron-ozone
|
||||
- name: lib_electron-ozone
|
||||
host:
|
||||
path: /var/builds/archlinux/lib/electron-ozone
|
||||
- name: cache_electron-ozone
|
||||
host:
|
||||
path: /var/builds/archlinux/cache/electron-ozone
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -86,11 +96,21 @@ steps:
|
|||
volumes:
|
||||
- name: build_discord_arch_electron
|
||||
path: /build
|
||||
- name: lib_discord_arch_electron
|
||||
path: /var/lib/pacman
|
||||
- name: cache_discord_arch_electron
|
||||
path: /var/cache/pacman
|
||||
|
||||
volumes:
|
||||
- name: build_discord_arch_electron
|
||||
host:
|
||||
path: /var/builds/archlinux/discord_arch_electron
|
||||
- name: lib_discord_arch_electron
|
||||
host:
|
||||
path: /var/builds/archlinux/lib/discord_arch_electron
|
||||
- name: cache_discord_arch_electron
|
||||
host:
|
||||
path: /var/builds/archlinux/cache/discord_arch_electron
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -168,6 +188,6 @@ depends_on:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: f6ed83287f957c332c27c5095dcd458ae29e216f5b142792cd459c18832abcb7
|
||||
hmac: d42017a170082b9789bb841776e2fba7ba6ec9aa270f9e764c0a91d7432f04e7
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user