1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00
kiwi-scp/.drone.yml
2022-02-27 16:36:58 +01:00

25 lines
No EOL
551 B
YAML

---
kind: pipeline
name: default
type: docker
steps:
- name: pytest
image: python:3.6-alpine3.13
commands:
- apk add --no-cache g++ libffi-dev
- wget -O- https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 -
- /root/.local/bin/poetry install
- /root/.local/bin/poetry run pytest
- name: docker
image: plugins/docker
settings:
repo: yavook/kind
auto_tag: true
# tags:
# - edge
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD