ci: refs #7643 Reprepro SSH credentials fix
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
36573342b7
commit
96fd08b369
|
@ -69,13 +69,12 @@ pipeline {
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
remote.logLevel = 'FINEST'
|
remote.logLevel = 'FINEST'
|
||||||
}
|
}
|
||||||
echo "$user $keyFile"
|
|
||||||
sshPut([
|
sshPut([
|
||||||
remote: remote,
|
remote: remote,
|
||||||
from: "$debFile",
|
from: "$debFile",
|
||||||
into: '/tmp'
|
into: '/tmp'
|
||||||
])
|
])
|
||||||
sshcommand([
|
sshCommand([
|
||||||
remote: remote,
|
remote: remote,
|
||||||
command: "sudo -u www-data reprepro -b /reprepro --gnupghome /reprepro/.gnupg includedeb bookworm /tmp/$debFile"
|
command: "sudo -u www-data reprepro -b /reprepro --gnupghome /reprepro/.gnupg includedeb bookworm /tmp/$debFile"
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue