3
0

OP#253 add qualitygave badge

This commit is contained in:
12ww1160
2025-12-12 18:08:43 +01:00
parent 64a438b98f
commit b1b43536af
2 changed files with 3 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -65,7 +65,7 @@ pipeline {
script {
sh '''
curl --user ${GITEA_USER}:${GITEA_TOKEN} \
--upload-file keys/keys/RPM-GPG-KEY-public.asc \
--upload-file keys/RPM-GPG-KEY-public.asc \
https://gitea.confdroid.com/api/packages/confdroid/rpm.repo
'''
}