From 77512b13d539275c8812b1a7e088663333df16b8 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 6 Feb 2018 23:07:59 +0100 Subject: [PATCH] Let repo-runner check the zones before building Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 48c916a..ce7be9a 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -3,4 +3,5 @@ image: quay.io/luzifer/repo-runner-image commands: - - make + - apk --no-cache add make py3-virtualenv + - make check_zones container