Ensure that we actually pull from remote.

Change-Id: I662b33dea95bf7c55896ebd2f76634910fee62c9
This commit is contained in:
Monty Taylor 2011-07-23 02:46:34 -04:00
parent a7e93128e6
commit 0a984ea78b

View File

@ -23,7 +23,7 @@ class jenkins_slave {
cron { "updateci":
user => jenkins,
minute => "*/15",
command => "cd /home/jenkins/openstack-ci && /usr/bin/git pull"
command => "cd /home/jenkins/openstack-ci && /usr/bin/git pull origin master"
}
file { 'aptsources':