Explicitly remove world folder.

This commit is contained in:
Harrison Deng 2022-05-12 03:51:21 -05:00
parent 70afaa8fe2
commit e2153ee022

1
Jenkinsfile vendored
View File

@ -22,6 +22,7 @@ pipeline {
stage("publish") {
steps {
sh "git clean -dfX"
sh "rm -r world"
zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip'
zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip'
}