mirror of
https://github.com/kemko/frontend-nginx-role.git
synced 2026-01-01 15:45:43 +03:00
24 lines
333 B
YAML
24 lines
333 B
YAML
---
|
|
image: quay.io/ansible/molecule:latest
|
|
services:
|
|
- docker:dind
|
|
|
|
stages:
|
|
- tests
|
|
|
|
before_script:
|
|
- docker -v
|
|
- python -V
|
|
- ansible --version
|
|
- molecule --version
|
|
|
|
molecule-role-common:
|
|
stage: tests
|
|
tags:
|
|
- docker
|
|
variables:
|
|
DOCKER_HOST: "tcp://docker:2375"
|
|
PY_COLORS: 1
|
|
script:
|
|
- molecule test
|