2020-06-12 20:15:31 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "3.7"
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2020-06-16 16:24:15 +00:00
|
|
|
install: skip
|
|
|
|
|
|
|
|
script:
|
|
|
|
- bash ./deploy.sh sartography/cr-connect-python-base
|
2020-06-12 20:15:31 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
recipients:
|
|
|
|
- dan@sartography.com
|