[drone] mount vol
continuous-integration/drone/pr Build is passing Details

wowario 3 years ago
parent d0272ddf85
commit aba98bd456
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -10,18 +10,18 @@ steps:
- name: cache
path: /tmp/wowlet_cache_linux
- name: files
path: /home/wow/wowlet_linux
path: /tmp/wowlet_linux
commands:
- git submodule update --init --recursive
- make release-static -j2
- cp build/bin/wowlet /home/wow/wowlet_linux/wowlet
- cp build/bin/wowlet /tmp/wowlet_linux/wowlet
volumes:
- name: cache
host:
path: /var/drone/vol_cache/
path: /tmp/wowlet_cache_linux
- name: files
host:
path: /build/vol_files/
path: /home/wow/wowlet_linux
---
kind: pipeline

Loading…
Cancel
Save