ansible-collection-famedly-.../.gitlab-ci.yml

25 lines
475 B
YAML
Raw Normal View History

2019-02-17 23:39:24 +00:00
---
# -*- coding: utf-8 -*-
before_script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- git submodule update --init
- pip install --upgrade ansible ansible-lint
- ansible --version
- ansible-lint --version
stages:
- ansible-lint
- ansible-syntax-check
ansible-lint-pip:
stage: ansible-lint
script:
- ansible-lint tests/test-pip.yml
ansible-lint-docker:
2019-02-17 23:41:46 +00:00
stage: ansible-lint
2019-02-17 23:39:24 +00:00
script:
- ansible-lint tests/test-docker.yml