From 5bb08aca497e60df3c3d679a4137614a97a9d750 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 30 Aug 2025 16:33:02 +0200 Subject: [PATCH] remove unused workflow --- .gitea/workflows/helper.yaml | 15 --------------- .gitea/workflows/plugins.yaml | 16 ---------------- 2 files changed, 31 deletions(-) delete mode 100644 .gitea/workflows/helper.yaml delete mode 100644 .gitea/workflows/plugins.yaml diff --git a/.gitea/workflows/helper.yaml b/.gitea/workflows/helper.yaml deleted file mode 100644 index 75744c3..0000000 --- a/.gitea/workflows/helper.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] - -jobs: - Build-Gradle: - runs-on: ubuntu-latest - container: - image: gitea.hessj.de/administrator/gradle:0.0.31 - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - - name: Verify Gradle Installation - run: cd "${{ gitea.workspace }}/helper" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon \ No newline at end of file diff --git a/.gitea/workflows/plugins.yaml b/.gitea/workflows/plugins.yaml deleted file mode 100644 index 4356fcf..0000000 --- a/.gitea/workflows/plugins.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Gitea Actions Demo2 -run-name: ${{ gitea.actor }} is testing out Gitea Actions2 🚀 -on: workflow_dispatch - -jobs: - Build-Gradle: - runs-on: ubuntu-latest - container: - image: gitea.hessj.de/administrator/gradle:0.0.31 - steps: - - - name: Verify Gradle Installation - run: cd "${{ gitea.workspace }}/environmentex" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon - - - name: show if jar is built - run: ls ${{ gitea.workspace }} \ No newline at end of file