This commit is contained in:
parent
0e311840cd
commit
9b9ffb1685
@ -42,7 +42,7 @@ services:
|
|||||||
- DRONE_USER_FILTER={{ droneci_user_filter | join(",") }}
|
- DRONE_USER_FILTER={{ droneci_user_filter | join(",") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if droneci_repository_filter is defined and droneci_repository_filter | length > 0 %}
|
{% 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 %}
|
{% endif %}
|
||||||
- DRONE_LOGS_COLOR=true
|
- DRONE_LOGS_COLOR=true
|
||||||
- DRONE_LOGS_PRETTY=true
|
- DRONE_LOGS_PRETTY=true
|
||||||
|
Loading…
Reference in New Issue
Block a user