diff options
author | louiz’ <louiz@louiz.org> | 2018-10-03 20:29:30 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-10-03 20:29:30 +0200 |
commit | f831978abff395df0bb584223fb37d57a23d362d (patch) | |
tree | 727e88ad75394bb3e63074e3de92c5f2f5935d24 | |
parent | bf97478b89b24bbf3a6a92c9137041cf2e987f02 (diff) | |
download | biboumi-f831978abff395df0bb584223fb37d57a23d362d.tar.gz biboumi-f831978abff395df0bb584223fb37d57a23d362d.tar.bz2 biboumi-f831978abff395df0bb584223fb37d57a23d362d.tar.xz biboumi-f831978abff395df0bb584223fb37d57a23d362d.zip |
Only run the freebsd tests on louiz’ repository
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.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |