This commit is contained in:
parent
672531fc36
commit
8b6228fe4a
@ -95,7 +95,7 @@ def publishRepository(
|
||||
if (signing_service) {
|
||||
def signingServiceHREF = getResourceHREF(credentials, 'signing-services/', signing_service)
|
||||
if (signingServiceHREF) {
|
||||
postContent.put("signing-service", "https://${pulpHost}${signingServiceHREF})
|
||||
postContent.put("signing-service", "https://${pulpHost}${signingServiceHREF}")
|
||||
}
|
||||
}
|
||||
def postBody = JsonOutput.toJson(postContent)
|
||||
|
Loading…
Reference in New Issue
Block a user