generated from gCubeCI/Pipeline-Docker-Template
fixed mv command
This commit is contained in:
parent
9fa9903bf4
commit
863fd1c4ec
|
@ -85,7 +85,7 @@ pipeline {
|
|||
date=`date`;
|
||||
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
|
||||
mkdir -p "${WORKSPACE}/CD"
|
||||
mv -v "${DEPLOY_FILE_ROOT_FOLDER}" "${WORKSPACE}/CD"
|
||||
mv -v "${DEPLOY_FILE_ROOT_FOLDER}*" "${WORKSPACE}"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue