17 lines
327 B
YAML
17 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
|