From a28d6189ab01c03456fb828a0d0033ae6b32d5aa Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 24 Jul 2018 20:45:24 +0200 Subject: [PATCH] Fix checkout dir Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 31dba73..b26f415 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -1,7 +1,7 @@ --- image: "reporunner/golang-alpine" -checkout_dir: /go/src/github.com/Luzifer/vault2env +checkout_dir: /go/src/github.com/Luzifer/vault-unseal commands: - make publish