Use base + apt
This commit is contained in:
parent
1139f06f27
commit
0bb830af5a
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ version: 2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: fr3nd/puppet
|
- image: circleci/ruby:latest
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install git -y
|
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && dpkg -i puppet5-release-stretch.deb
|
||||||
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
||||||
|
|
Loading…
Reference in a new issue