浏览代码

Merge branch '5.8.x' into 6.0.x

Steve Riesenberg 2 年之前
父节点
当前提交
e144a84163
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildSrc/src/main/groovy/io/spring/gradle/convention/SchemaDeployPlugin.groovy

+ 1 - 1
buildSrc/src/main/groovy/io/spring/gradle/convention/SchemaDeployPlugin.groovy

@@ -86,7 +86,7 @@ public class SchemaDeployPlugin implements Plugin<Project> {
 						 */
 						if (name == "spring-security") {
 							def springSecurityOauthPath = "/var/www/domains/spring.io/docs/htdocs/autorepo/schema/spring-security-oauth/current/security"
-							execute "cp $springSecurityOauthPath/* $extractPath"
+							execute "cp $springSecurityOauthPath/* ${extractPath}security"
 						}
 
 						execute "chmod -R g+w $extractPath"