mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
Finish CI for now
This commit is contained in:
parent
23ed0fb333
commit
944b570c39
17
.github/workflows/upstream.yml
vendored
17
.github/workflows/upstream.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Upstream
|
||||
name: Tuinity-Upstream
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/60 */2 * * *"
|
||||
|
||||
jobs:
|
||||
update:
|
||||
@ -11,7 +13,7 @@ jobs:
|
||||
uses: actions/setup-java@v1.3.0
|
||||
with:
|
||||
java-version: 11
|
||||
- name: Update Tuinity
|
||||
- name: Update with Tuinity
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update --init --recursive
|
||||
@ -24,6 +26,15 @@ jobs:
|
||||
git fetch
|
||||
git reset --hard origin
|
||||
cd ..
|
||||
./patchPaper.sh
|
||||
cd Tuinity
|
||||
./tuinity jar
|
||||
cd $yapfaDir
|
||||
./yapfa patch
|
||||
./yapfa rb
|
||||
./yapfa patch
|
||||
./yapfa build
|
||||
./yapfa paperclip
|
||||
git add $(git rev-parse --show-toplevel)
|
||||
git commit -m "Update upstream"
|
||||
- name: Create Pull Request
|
||||
|
Loading…
Reference in New Issue
Block a user