Add additional logging for docs publishing
This commit is contained in:
@@ -191,7 +191,7 @@ public class ProjectCommandExecutor {
|
||||
try {
|
||||
String providedCommand = new CommandPicker(properties)
|
||||
.publishDocsCommand(originalVersion);
|
||||
log.info("Executing command(s) for publishing docs " + providedCommand);
|
||||
log.info("Executing command(s) for publishing docs " + providedCommand + " / " + properties);
|
||||
String[] providedCommands = StringUtils
|
||||
.delimitedListToStringArray(providedCommand, "&&");
|
||||
for (String command : providedCommands) {
|
||||
|
||||
Reference in New Issue
Block a user