Skip to content
Snippets Groups Projects
Commit f39deda7 authored by Eino Tuominen's avatar Eino Tuominen
Browse files

Merge branch 'develop' into 'master'

CI script

See merge request !2
parents bce5ff17 96fd3602
No related branches found
No related tags found
1 merge request!2CI script
Pipeline #
---
before:
image: python:2
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/pip-cache"
cache:
paths:
- "$CI_PROJECT_DIR/pip-cache"
key: "$CI_PROJECT_ID"
test:
script:
- apt install python-pip
- pip install ansible
- ansible --version
- printf '[defaults]\nroles_path=../' >ansible.cfg
playbook:
script:
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment