Merge pull request 'update submodule' (#16) from wowario/wowlet:drone into master

Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/16
This commit is contained in:
wowario 2021-03-22 16:27:06 +00:00
commit 2c33333000
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: linux-build
image: wowlet/wowlet-linux:v0.1
commands:
- git submodule update --init --recursive
- make release-static -j2
---