Update CI file for ansible
This commit is contained in:
parent
a4171938b3
commit
b076d7aa06
1 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@ version: 2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/ruby:latest
|
- image: circleci/python:latest
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: gem install puppet-lint
|
|
||||||
- run: puppet-lint modules/ -c .puppet-lint.rc
|
|
||||||
- run: puppet-lint manifests/ -c .puppet-lint.rc
|
|
||||||
- run:
|
- run:
|
||||||
name: Checkout submodules
|
command: |
|
||||||
command: git submodule sync && git submodule update --init
|
sudo pip install pipenv
|
||||||
|
pipenv install
|
||||||
|
- run: pipenv run test
|
||||||
|
- run: pipenv run deploy -C
|
||||||
|
|
Loading…
Reference in a new issue