From 010e98c88890837de687f0dc4345375d4b800d4a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 21 Mar 2020 10:02:40 +0100 Subject: [PATCH] gitlab-ci: Whitelist metze to use the FreeBSD runner Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 365d834..66855ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,6 +123,7 @@ freebsd/x86_64: only: - branches@cwrap/socket_wrapper - branches@cryptomilk/socket_wrapper + - branches@metze/socket_wrapper artifacts: expire_in: 1 week when: on_failure -- 2.34.1