mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
Delete ci.yml
This commit is contained in:
parent
dc196c66cb
commit
7e2d475ad9
1 changed files with 0 additions and 23 deletions
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
|
Loading…
Reference in a new issue