1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00

Fix: Need to download submodules before packaging

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-22 17:42:13 +02:00
parent 8f191f9b57
commit fc54d1b3e0
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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: