Just validate config on CI
This commit is contained in:
parent
82b5383cf1
commit
7c9c4aa3d3
2 changed files with 2 additions and 11 deletions
|
@ -3,11 +3,9 @@ version: 2.0
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: antergos/archlinux-base-devel
|
||||
- image: puppet/puppet-agent-ubuntu
|
||||
working_directory: ~/dotfiles
|
||||
steps:
|
||||
- checkout
|
||||
- run: git submodule update --init
|
||||
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
||||
- run: pacman -Syu yaourt puppet patch pacman fakeroot --noconfirm
|
||||
- run: ./deploy.sh
|
||||
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[archlinuxfr]
|
||||
SigLevel = Never
|
||||
Server = http://repo.archlinux.fr/$arch
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
Loading…
Reference in a new issue