woodpecker doing it's things
Signed-off-by: unurled <unurled@unurled.me>
This commit is contained in:
parent
9cfd556405
commit
881e1dd501
1 changed files with 0 additions and 13 deletions
|
@ -22,19 +22,6 @@ pipeline:
|
|||
when:
|
||||
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
|
||||
|
||||
rebuild-cache-with-filesystem:
|
||||
image: bash
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue