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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: antergos/archlinux-base-devel
|
- image: puppet/puppet-agent-ubuntu
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
||||||
- run: pacman -Syu yaourt puppet patch pacman fakeroot --noconfirm
|
|
||||||
- run: ./deploy.sh
|
|
||||||
|
|
|
@ -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