Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Jenkinsfile: possible build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown committed May 11, 2021
1 parent e017058 commit 182964c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ pipeline {
sh 'rm -rf ./target'
sh 'rm -rf ./Paper/Paper-API ./Paper/Paper-Server'

sh 'mv ./Paper/work/Minecraft ./ || true'
// sh 'mv ./Paper/work/Minecraft ./ || true'
sh 'rm -fr ./Paper/work/*'
sh 'mv ./Minecraft ./Paper/work/ || true'
// sh 'mv ./Minecraft ./Paper/work/ || true'


sh 'rm -rf ./Yatopia-API ./Yatopia-Server'
Expand Down

0 comments on commit 182964c

Please sign in to comment.