Finish CI for now

This commit is contained in:
tr7zw 2020-03-25 16:12:41 +01:00
parent 23ed0fb333
commit 944b570c39
2 changed files with 14 additions and 3 deletions

View File

@ -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