forked from Mirror/python-keycloak
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
359 B
18 lines
359 B
image: python:3.7
|
|
|
|
pipelines:
|
|
default:
|
|
- step:
|
|
name: Tests
|
|
caches:
|
|
- pip
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- python3 -m unittest discover
|
|
tags:
|
|
'*':
|
|
- step:
|
|
name: Release New Verison
|
|
script:
|
|
- chmod +x ./bin/deploy.sh
|
|
- ./bin/deploy.sh
|