This commit is contained in:
parent
204d60969d
commit
172f6a8b8b
@ -3,7 +3,7 @@ run-name: Testing out Gitea Actions 🚀
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu:22.04
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a push event."
|
- run: echo "🎉 The job was automatically triggered by a push event."
|
||||||
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."
|
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."
|
||||||
@ -11,4 +11,13 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
- name: Prepare packages
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt -y install openjdk-17-jdk git
|
||||||
|
git clone https://git.lipovcan.cz/Upstream/Folia.git
|
||||||
|
cd Folia
|
||||||
|
./gradlew applyPatches
|
||||||
|
./gradlew createReobfBundlerJar
|
||||||
|
ls build/libs -lah
|
||||||
- run: echo "🍏 This job's status is complete."
|
- run: echo "🍏 This job's status is complete."
|
Loading…
Reference in New Issue
Block a user