删除 .gitea/workflows/build.yml
This commit is contained in:
parent
86908ee806
commit
3d0bc48b92
@ -1,17 +0,0 @@
|
||||
name: Gitea Actions Build
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-dev
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.mingliqiye.com/Actions/checkout@v4
|
||||
|
||||
- name: build-test
|
||||
run: |
|
||||
source gradle.properties
|
||||
gradle -Dorg.gradle.java.home=/opt/jdk/21.0.7/ build
|
Loading…
x
Reference in New Issue
Block a user