From f831978abff395df0bb584223fb37d57a23d362d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 3 Oct 2018 20:29:30 +0200 Subject: =?UTF-8?q?Only=20run=20the=20freebsd=20tests=20on=20louiz?= =?UTF-8?q?=E2=80=99=20repository?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For “security” reason, the freebsd runner is not accessible for anyone else, so it just yields an error when it tries to run. With this change, it is just not run. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffc0c60..f2e05d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,8 @@ test:alpine: test:freebsd: tags: - freebsd + only: + - branches@louiz/biboumi variables: GIT_STRATEGY: "clone" SYSTEMD: "-DWITHOUT_SYSTEMD=1" -- cgit v1.2.3