Remove the openstack-ci update.

Change-Id: I28d07e5582ace1d2a07e660969886031c73024ce
This commit is contained in:
Monty Taylor 2012-05-16 10:16:10 -04:00
parent 90531483b0
commit 33fcd184d6

View File

@ -90,6 +90,7 @@ class jenkins_slave($ssh_key) {
}
cron { "updateci":
ensure => absent,
user => jenkins,
minute => "*/15",
command => "cd /home/jenkins/openstack-ci && /usr/bin/git pull -q origin master",