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

This commit is contained in:
Radim Lipovčan 2023-12-03 18:05:54 +01:00
parent e676e32f17
commit 2ab84c88fa

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