Update apt

This commit is contained in:
Jake Howard 2017-10-08 13:54:37 +01:00
parent cefe04a424
commit 1139f06f27
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,7 +6,7 @@ jobs:
- image: fr3nd/puppet
working_directory: ~/dotfiles
steps:
- run: apt install git -y
- run: apt update && apt install git -y
- checkout
- run: git submodule update --init
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose