jobs: new naming scheme for ftp.osmocom.org keys

Use new ssh keys for ftp.osmocom.org with consistent naming scheme. It
was not possible to use @ in the ID name for new IDs, so I've used an
underscore instead.

Change-Id: Id0cf70e70944cf1a1963e0046b1470a0485c05f8
This commit is contained in:
Oliver Smith 2022-11-30 12:54:46 +01:00
parent 96f25bf519
commit aa13c6e302
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
wrappers:
- ssh-agent-credentials:
users:
- api@osmocom
- api_ftp.osmocom.org
parameters:
- string:
name: BRANCH

View File

@ -42,6 +42,6 @@
wrappers:
- ssh-agent-credentials:
users:
- releases
- releases_ftp.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2