osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/21/29321/1
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