jobs/gerrit-lint: fix color output

Instead of having two "wrappers:" sections where the second overwrites
the first one, combine them into one.

Fixes: ffbf40c ("jobs/gerrit-lint: add ssh credentials")
Change-Id: Iaa0603dab4aee4e99f196eff862d76e4e8b67af9
This commit is contained in:
Oliver Smith 2022-09-12 11:50:13 +02:00
parent f8710473d1
commit c578f67bbe
1 changed files with 3 additions and 4 deletions

View File

@ -165,9 +165,8 @@
wrappers:
- ansicolor:
colormap: xterm
wrappers:
- ssh-agent-credentials:
users:
- d5eda5e9-b59d-44ba-88d2-43473cb6e42d
- ssh-agent-credentials:
users:
- d5eda5e9-b59d-44ba-88d2-43473cb6e42d
# vim: expandtab tabstop=2 shiftwidth=2