maubot-tmdb/drone.yaml

19 lines
503 B
YAML
Raw Normal View History

pipeline:
unittest:
image: python
commands:
- pip install -r requirements.txt
- pip install flake8
- python3 test_tmdb.py
2021-03-16 15:51:57 +00:00
- flake8 --ignore=E501 --exclude=__init__.py
2021-03-04 20:56:17 +00:00
build:
image: alpine
commands:
- apk add zip
- ./create_release.sh ${DRONE_COMMIT_SHA:0:8}
upload:
image: uploader
project: tmdb-bot
artifact: lomion.tmdb.${DRONE_COMMIT_SHA:0:8}.mbp