Add additional logging for docs publishing

This commit is contained in:
Oleg Zhurakousky
2020-07-20 15:33:55 +02:00
parent e78521244e
commit 3f48643059

View File

@@ -191,6 +191,7 @@ public class ProjectCommandExecutor {
try {
String providedCommand = new CommandPicker(properties)
.publishDocsCommand(originalVersion);
log.info("Executing command(s) for publishing docs " + providedCommand);
String[] providedCommands = StringUtils
.delimitedListToStringArray(providedCommand, "&&");
for (String command : providedCommands) {