mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request '[drone] only build windows when tagged' (#22) from wowario/wowlet:trigger into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/22
This commit is contained in:
commit
f989d2ae83
1 changed files with 7 additions and 3 deletions
10
.drone.yml
10
.drone.yml
|
@ -26,9 +26,9 @@ volumes:
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: windows-build
|
name: windows-deploy
|
||||||
steps:
|
steps:
|
||||||
- name: windows-build
|
- name: windows-deploy
|
||||||
image: wowlet/wowlet-win:v0.1
|
image: wowlet/wowlet-win:v0.1
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
@ -46,5 +46,9 @@ volumes:
|
||||||
- name: files
|
- name: files
|
||||||
host:
|
host:
|
||||||
path: /home/wow/wowlet_windows
|
path: /home/wow/wowlet_windows
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue