This commit is contained in:
parent
43442ffe63
commit
036328ae0a
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: "Create a virtual environment"
|
|
||||||
image: python:3
|
|
||||||
commands:
|
|
||||||
- pip install -r ./requirements.txt -t ./lib
|
|
||||||
when:
|
|
||||||
- event: tag
|
|
||||||
- name: "Build a zip"
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- apk add zip
|
|
||||||
- zip -r Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip . -x '*.git*'
|
|
||||||
when:
|
|
||||||
- event: tag
|
|
||||||
- name: "Create release"
|
|
||||||
image: woodpeckerci/plugin-release
|
|
||||||
settings:
|
|
||||||
files:
|
|
||||||
- './Flow.Launcher.Plugin.OSRSSearch*'
|
|
||||||
api_key:
|
|
||||||
from_secret: ACCESS_TOKEN
|
|
||||||
base-url: 'https://git.lrsb.nl'
|
|
||||||
when:
|
|
||||||
- event: tag
|
|
Loading…
Reference in a new issue