aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-09-12 11:50:13 +0200
committerOliver Smith <osmith@sysmocom.de>2022-09-12 11:50:13 +0200
commitc578f67bbe9813eeed76cc92c6d0a9ee06d73529 (patch)
tree0e50ae498fd8d349b3a368d43074f9d7bc702326
parentf8710473d1545507cb7f734e7ccb0aff246397db (diff)
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
-rw-r--r--jobs/gerrit-lint.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/jobs/gerrit-lint.yml b/jobs/gerrit-lint.yml
index 7b43e7e..602ce68 100644
--- a/jobs/gerrit-lint.yml
+++ b/jobs/gerrit-lint.yml
@@ -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