Update CI file for ansible

This commit is contained in:
Jake Howard 2018-09-10 20:45:36 +01:00
parent a4171938b3
commit b076d7aa06
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,13 +3,13 @@ version: 2.0
jobs:
build:
docker:
- image: circleci/ruby:latest
- image: circleci/python:latest
working_directory: ~/dotfiles
steps:
- checkout
- run: gem install puppet-lint
- run: puppet-lint modules/ -c .puppet-lint.rc
- run: puppet-lint manifests/ -c .puppet-lint.rc
- run:
name: Checkout submodules
command: git submodule sync && git submodule update --init
command: |
sudo pip install pipenv
pipenv install
- run: pipenv run test
- run: pipenv run deploy -C