This commit is contained in:
Roberto Cirillo 2022-09-28 15:59:30 +02:00
parent 527822a1f2
commit 95b03417bc
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -84,7 +84,6 @@ pipeline {
sh '''
date=`date`;
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
mkdir -p "${WORKSPACE}/CD"
mv -v "${DEPLOY_FILE_ROOT_FOLDER}*" ... "${WORKSPACE}"
'''