generated from gCubeCI/Pipeline-Docker-Template
fix find command
This commit is contained in:
parent
a4cd1755f9
commit
bac26e2f79
|
@ -86,7 +86,7 @@ pipeline {
|
|||
mkdir -p ${DEPLOY_FILE_ROOT_FOLDER}
|
||||
mkdir -p "${WORKSPACE}/CD"
|
||||
|
||||
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv \{\} "${WORKSPACE}/CD"
|
||||
find "${DEPLOY_FILE_ROOT_FOLDER}" -type f -exec mv \{\} "${WORKSPACE}/CD" \;
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue