From f585f04cfdef72180a4d6018ddd312aea8a0e5e7 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 12 Apr 2021 12:46:48 -0400 Subject: [PATCH] fix jenkins for other branches --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8ab1f1dc..a07a2ab7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ pipeline { sh 'rm -rf ./target' sh 'rm -rf ./Paper/Paper-API ./Paper/Paper-Server ./Paper/work' sh 'rm -rf ./Yatopia-API ./Yatopia-Server' - sh 'find /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5 -type d -exec chmod 755 {} \\;' sh 'chmod +x ./gradlew' sh './gradlew clean' }