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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue