osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/29321 )
Change subject: jobs/gerrit-lint: fix color output
......................................................................
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
---
M jobs/gerrit-lint.yml
1 file changed, 3 insertions(+), 4 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29321
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iaa0603dab4aee4e99f196eff862d76e4e8b67af9
Gerrit-Change-Number: 29321
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged