Aktualizovat .gitea/workflows/build.yml
Build PlotSquared / Build-latest-jar (push) Failing after 58s Details

This commit is contained in:
Radim Lipovčan 2023-12-03 18:05:54 +01:00
parent e676e32f17
commit 2ab84c88fa
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ jobs:
git config --global user.email "radim@lipovcan.cz"
- name: Build | Clone repository
run: |
git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
git clone https://github.com/IntellectualSites/PlotSquared.git
#git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
cd PlotSquared && git checkout main && git pull main
ls -lah
- name: Build | mvn build