sso/.woodpecker.yml

18 lines
327 B
YAML
Raw Normal View History

2022-08-19 19:17:09 +05:30
pipeline:
backend:
image: python
commands:
- pip install virtualenv
2022-08-19 19:29:28 +05:30
- make env
2022-08-22 13:21:29 +05:30
- make lint
- make coverage
2022-08-22 14:19:14 +05:30
publish:
image: plugins/docker
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/mystiq-sso
tags: latest