remove "
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ pipeline {
|
||||
steps {
|
||||
sh """
|
||||
rm -rf ${DEPLOY_DIR}/*
|
||||
cp -r ${WORKSPACE}/* ${DEPLOY_DIR}/"
|
||||
cp -r ${WORKSPACE}/* ${DEPLOY_DIR}/
|
||||
chmod -R 755 ${DEPLOY_DIR}
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user