dotfiles/.circleci/config.yml

13 lines
422 B
YAML
Raw Normal View History

2017-08-12 19:14:15 +01:00
version: 2.0
jobs:
build:
docker:
2017-10-08 14:04:57 +01:00
- image: circleci/ruby:latest
2017-08-12 19:14:15 +01:00
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init
2017-10-08 14:04:57 +01:00
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && dpkg -i puppet5-release-stretch.deb
2017-10-08 13:47:32 +01:00
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose