Woodpeck
This commit is contained in:
parent
f310df0f64
commit
ee3b04c18d
1 changed files with 1 additions and 14 deletions
|
@ -5,17 +5,4 @@ pipeline:
|
||||||
- chmod +x gradlew
|
- chmod +x gradlew
|
||||||
- ./gradlew assemble --stacktrace
|
- ./gradlew assemble --stacktrace
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
gitea_release:
|
|
||||||
image: bash
|
|
||||||
secrets:
|
|
||||||
- api_key
|
|
||||||
commands:
|
|
||||||
- export PRERELEASE=true
|
|
||||||
- cd scripts
|
|
||||||
- chmod +x git_release.py
|
|
||||||
- pip install giteapy
|
|
||||||
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}"
|
|
||||||
when:
|
|
||||||
event: tag
|
|
Loading…
Reference in a new issue