From 037356cf4485ded479836bda9926f15d977eca0c Mon Sep 17 00:00:00 2001 From: nicholas Date: Sat, 5 Apr 2025 21:49:31 -0500 Subject: [PATCH] remove `"` --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6885ccd..79877e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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} """ }