This repository has been archived on 2022-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
sso/.woodpecker.yml

18 lines
327 B
YAML

pipeline:
backend:
image: python
commands:
- pip install virtualenv
- make env
- make lint
- make coverage
publish:
image: plugins/docker
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/mystiq-sso
tags: latest