Delete ci.yml

This commit is contained in:
Cloudburst 2022-08-04 14:33:08 +02:00 committed by GitHub
parent dc196c66cb
commit 7e2d475ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
# - name: Build and publish
# run: |
# chmod +x gradlew
# ./gradlew :publish -Pversion=${GITHUB_REF##*/}-SNAPSHOT
# ./gradlew :publish -Pversion=$(git rev-parse --short "$GITHUB_SHA")
# env:
# GITHUB_TOKEN: ${{ github.token }}