From 9b9ffb16852f9514a2443f884fb660b244b76669 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 15 Jan 2021 11:21:19 +0100 Subject: [PATCH] fix syntax --- templates/services/droneci_compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/services/droneci_compose.yml.j2 b/templates/services/droneci_compose.yml.j2 index 852ef0c..6960d88 100644 --- a/templates/services/droneci_compose.yml.j2 +++ b/templates/services/droneci_compose.yml.j2 @@ -42,7 +42,7 @@ services: - DRONE_USER_FILTER={{ droneci_user_filter | join(",") }} {% endif %} {% if droneci_repository_filter is defined and droneci_repository_filter | length > 0 %} - - DRONE_REPOSITORY_FILTER={{ droneci_repository_filter }} + - DRONE_REPOSITORY_FILTER={{ droneci_repository_filter | join(",") }} {% endif %} - DRONE_LOGS_COLOR=true - DRONE_LOGS_PRETTY=true