mirror of
https://github.com/Luzifer/password.git
synced 2024-11-10 02:10:00 +00:00
Fix: Need to download submodules before packaging
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8f191f9b57
commit
fc54d1b3e0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ checkout_dir: /go/src/github.com/Luzifer/password
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- apk --update add zip
|
- apk --update add zip
|
||||||
|
- git submodule update --init --recursive
|
||||||
- make publish workflow
|
- make publish workflow
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue