woodpecker ci
This commit is contained in:
parent
1fba87ba0b
commit
6ab9a4f7fe
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ pipeline:
|
|||
- export PRERELEASE=true
|
||||
- chmod +x git_release.py
|
||||
- pip install giteapy
|
||||
- python git_release.py --token "$API_KEY" --message "${DRONE_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${DRONE_TAG}"
|
||||
- python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_TAG}"
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
@ -48,4 +48,4 @@ pipeline:
|
|||
volumes:
|
||||
- /tmp/woodpecker/Elixium/Lymel:/tmp/woodpecker/Elixium/Lymel
|
||||
when:
|
||||
event: push
|
||||
event: push
|
||||
|
|
Loading…
Reference in a new issue