aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-11-30 12:54:46 +0100
committerOliver Smith <osmith@sysmocom.de>2022-11-30 13:03:09 +0100
commitaa13c6e30207b21e80c2883ac143f09ca405e3c2 (patch)
treed35da8474dbe128932d5e01380ff300ba5b493ae
parent96f25bf5195213bef9c4f45da462dbb1562f4e29 (diff)
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
-rw-r--r--jobs/osmocom-api.yml2
-rw-r--r--jobs/osmocom-release-tarballs.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/osmocom-api.yml b/jobs/osmocom-api.yml
index f91779d..132a1d6 100644
--- a/jobs/osmocom-api.yml
+++ b/jobs/osmocom-api.yml
@@ -15,7 +15,7 @@
wrappers:
- ssh-agent-credentials:
users:
- - api@osmocom
+ - api_ftp.osmocom.org
parameters:
- string:
name: BRANCH
diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml
index 3d11bd3..fad7462 100644
--- a/jobs/osmocom-release-tarballs.yml
+++ b/jobs/osmocom-release-tarballs.yml
@@ -42,6 +42,6 @@
wrappers:
- ssh-agent-credentials:
users:
- - releases
+ - releases_ftp.osmocom.org
# vim: expandtab tabstop=2 shiftwidth=2