Run the script

This commit is contained in:
Jake Howard 2017-08-12 20:37:59 +01:00
parent 33be4884e0
commit 3cce88d702
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ jobs:
- run: git submodule update --init
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
- run: pacman -Syu yaourt puppet --noconfirm
- run: ./deploy.sh

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
sudo puppet apply manifests/main.pp --modulepath=modules/
puppet apply manifests/main.pp --modulepath=modules/