Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m57s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m57s
This commit is contained in:
parent
350f66c3d2
commit
6f8ecd4ebd
@ -20,8 +20,8 @@ jobs:
|
|||||||
git clone https://github.com/IntellectualSites/PlotSquared.git
|
git clone https://github.com/IntellectualSites/PlotSquared.git
|
||||||
#git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
|
#git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
|
||||||
cd PlotSquared && ls -lah
|
cd PlotSquared && ls -lah
|
||||||
- name: Build | mvn build
|
- name: Build | Gradlew build
|
||||||
run: cd PlotSquared && mvn clean package install && ls -lah && ls */ -lah
|
run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah
|
||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
curl --insecure --user username:mypass -T PlotSquared/target/PlotSquared.jar ftp://192.168.10.133:/
|
curl --insecure --user username:mypass -T PlotSquared/target/PlotSquared.jar ftp://192.168.10.133:/
|
Loading…
Reference in New Issue
Block a user