Merge "Stop creating jeepyb scratch repos"

This commit is contained in:
Zuul 2019-03-27 21:34:59 +00:00 committed by Gerrit Code Review
commit a6beae4eb7
1 changed files with 0 additions and 5 deletions

View File

@ -197,11 +197,6 @@ class openstack_project::git_backend (
exec { 'create_cgitrepos':
command => 'create-cgitrepos',
path => '/bin:/usr/bin:/usr/local/bin',
environment => [
'SCRATCH_SUBPATH=zuul',
'SCRATCH_OWNER=zuul',
'SCRATCH_GROUP=zuul',
],
require => [
File['/home/cgit/projects.yaml'],
User['zuul'],