Skip to content
Snippets Groups Projects
Commit 0a453ed4 authored by Yogmatee Roochun's avatar Yogmatee Roochun
Browse files

#1198: move erroneous file to error folder in case of incomplete tar.gz file download

parent 3618a4e5
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
......@@ -227,6 +227,7 @@ const extractFiles = (source, dest) =>
if (err) {
logger.error('Error extracting FTP bulk upload files')
// node couldn't execute the command
tidyUp(source, dest, '', true)
reject(err)
}
resolve(dest)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment