From 6e51d15f8dd7b1502d3a248c3486687135586eca Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 31 May 2017 15:16:02 +0200 Subject: [PATCH] Execute integration tests in CI 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 6da01f4..f1932b5 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -4,7 +4,7 @@ image: "quay.io/luzifer/repo-runner-image" checkout_dir: /go/src/github.com/Luzifer/git-changerelease commands: - - make publish + - make integration publish environment: CGO_ENABLED: 0