small change

This commit is contained in:
Roberto Cirillo 2022-09-29 11:37:32 +02:00
parent bac26e2f79
commit 56e53ec4b0
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -85,7 +85,6 @@ pipeline {
date=`date`;
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
mkdir -p "${WORKSPACE}/CD"
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv \{\} "${WORKSPACE}/CD" \;
'''
}