Actually install git
This commit is contained in:
parent
65e741ff00
commit
cefe04a424
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ jobs:
|
|||
- image: fr3nd/puppet
|
||||
working_directory: ~/dotfiles
|
||||
steps:
|
||||
- run: apt install git -y
|
||||
- checkout
|
||||
- run: git submodule update --init
|
||||
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
||||
|
|
Loading…
Reference in a new issue