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