Compare commits

..

No commits in common. "master" and "1.0.0" have entirely different histories.

3 changed files with 20 additions and 19 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: "Build"
image: "eclipse-temurin:16-jdk"
commands:
- "./gradlew assemble"
- name: "Create Release"
image: plugins/gitea-release
settings:
api_key:
from_secret: "gitea_api_key"
base_url:
from_secret: "gitea_base_url"
files: build/libs/GitlabRepoStats-*.jar
when:
event:
- tag

View File

@ -1,16 +0,0 @@
pipeline:
build:
image: "eclipse-temurin:16-jdk"
commands:
- "./gradlew assemble"
release:
image: plugins/gitea-release
settings:
api_key:
from_secret: "gitea_api_key"
base_url:
from_secret: "gitea_base_url"
files: build/libs/GitlabRepoStats-*.jar
when:
event:
- tag

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}