mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
24 lines
385 B
YAML
24 lines
385 B
YAML
---
|
|
dist: focal
|
|
language: python
|
|
python: "3.10"
|
|
os: linux
|
|
services:
|
|
- docker
|
|
install:
|
|
- pip install -I pipenv
|
|
env:
|
|
jobs:
|
|
- MOLECULE_DISTRO=debian:bullseye-slim
|
|
- MOLECULE_DISTRO=debian:buster-slim
|
|
script:
|
|
- ./test.sh
|
|
notifications:
|
|
email:
|
|
if: branch = master
|
|
on_success: change
|
|
on_failure: always
|
|
recipients:
|
|
- desarrollo.benders@idealista.com
|
|
|