From fc54d1b3e024d33a7576fbc4b701046d3087994a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 22 Sep 2017 17:42:13 +0200 Subject: [PATCH] Fix: Need to download submodules before packaging Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 88d3eb7..7719755 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -5,6 +5,7 @@ checkout_dir: /go/src/github.com/Luzifer/password commands: - apk --update add zip + - git submodule update --init --recursive - make publish workflow environment: