Removing quotes
This commit is contained in:
@@ -343,8 +343,8 @@ class CommandPicker {
|
||||
String repo = properties.getGit().getOrgName() + "/" + version.projectName;
|
||||
// TODO this needs to be a property
|
||||
return "./jenkins.sh"
|
||||
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key # --site-path \""
|
||||
+ project.getAbsolutePath() + "/target/antora/site\" --github-repository " + repo + " --dry-run";
|
||||
+ " --docs-host docs-ip.spring.io --docs-ssh-host-key # --site-path "
|
||||
+ project.getAbsolutePath() + "/target/antora/site --github-repository " + repo + " --dry-run";
|
||||
}
|
||||
|
||||
String version() {
|
||||
|
||||
Reference in New Issue
Block a user