generated from gCubeCI/Pipeline-Docker-Template
fix mv
This commit is contained in:
parent
527822a1f2
commit
95b03417bc
|
@ -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}"
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue