mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Fix javadoc upload url.
This commit is contained in:
parent
b3aad4cf19
commit
08844f87d6
@ -92,7 +92,7 @@ def remoteDocsDir="$remoteSiteDir/docs/3.1.x"
|
|||||||
|
|
||||||
task uploadApidocs(dependsOn: login) << {
|
task uploadApidocs(dependsOn: login) << {
|
||||||
ant {
|
ant {
|
||||||
scp(file: apitar.archivePath, todir: "$login.username@$sshHost:$remoteSiteDir/$remoteDocsDir", password: login.password)
|
scp(file: apitar.archivePath, todir: "$login.username@$sshHost:$remoteDocsDir", password: login.password)
|
||||||
sshexec(host: sshHost, username: login.username, password: login.password, command: "cd $remoteDocsDir && tar -xjf ${apitar.archiveName}")
|
sshexec(host: sshHost, username: login.username, password: login.password, command: "cd $remoteDocsDir && tar -xjf ${apitar.archiveName}")
|
||||||
sshexec(host: sshHost, username: login.username, password: login.password, command: "rm $remoteDocsDir/${apitar.archiveName}")
|
sshexec(host: sshHost, username: login.username, password: login.password, command: "rm $remoteDocsDir/${apitar.archiveName}")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user