i am root
This commit is contained in:
parent
0bb830af5a
commit
93b4b8534b
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && dpkg -i puppet5-release-stretch.deb
|
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && sudo dpkg -i puppet5-release-stretch.deb
|
||||||
- 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