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

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

@ -8,13 +8,13 @@ steps:
image: wowlet/wowlet-linux:v0.1
volumes:
- name: cache
path: wowlet_cache_linux
path: /tmp/wowlet_cache_linux
- name: files
path: wowlet_linux
path: /home/wow/wowlet_linux
commands:
- git submodule update --init --recursive
- make release-static -j2
- tar -cjvf wowlet_linux/wowlet.tar.bz2 build/bin/wowlet
- cp build/bin/wowlet /home/wow/wowlet_linux/wowlet
volumes:
- name: cache
host:

Loading…
Cancel
Save