Merge "Uninstall puppet before running puppet jobs"
This commit is contained in:
commit
ff94b52909
@ -80,6 +80,11 @@
|
||||
- shell: "sudo apt-get install -y nodejs npm"
|
||||
- shell: "sudo ln /usr/bin/nodejs /usr/local/bin/node"
|
||||
|
||||
- builder:
|
||||
name: uninstall-puppet
|
||||
builders:
|
||||
- shell: "sudo apt-get remove -y --purge puppet"
|
||||
|
||||
- builder:
|
||||
name: puppet-lint
|
||||
builders:
|
||||
|
@ -3,6 +3,7 @@
|
||||
node: '{node}'
|
||||
|
||||
builders:
|
||||
- uninstall-puppet
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user