Add clarification to message
This commit is contained in:
parent
3f27061e25
commit
cfc7fa5161
@ -98,5 +98,5 @@ if (host != null && user != null || identity != null) {
|
||||
}
|
||||
|
||||
}else {
|
||||
logger.error("Host, user or ID are not defined")
|
||||
logger.error("Host, user or ID are not defined. Skipping deployment tasks.")
|
||||
}
|
@ -31,7 +31,7 @@ private fun ChannelSftp.recursiveFolderUpload(sourceFile: File, destinationPath:
|
||||
} catch (e: Exception) {
|
||||
println("$directoryPath does not exist")
|
||||
}
|
||||
|
||||
|
||||
// else create a directory
|
||||
if (attrs != null) {
|
||||
println("Directory $directoryPath exists IsDir=${attrs.isDir()}")
|
||||
|
Loading…
Reference in New Issue
Block a user