Removing system properties from action command

This commit is contained in:
Ryan Baxter
2024-05-10 10:52:25 -04:00
parent 1a346a6d90
commit 085c51e0eb

View File

@@ -345,7 +345,7 @@ class CommandPicker {
return bashCommandWithSystemProps("./rsync-antora-reference/src/action.sh"
+ " --docs-username \"$DOCS_SERVER_SSH_USER\" --docs-host \"docs.spring.io\" --docs-ssh-key {{cat-key}} --docs-ssh-host-key \"#\" --site-path \""
+ project.getAbsolutePath() + "/target/antora/site\" --github-repository \"" + repo
+ "\" --dry-run {{systemProps}}");
+ "\" --dry-run");
}
String version() {