Ensure that we actually pull from remote.
Change-Id: I662b33dea95bf7c55896ebd2f76634910fee62c9
This commit is contained in:
parent
a7e93128e6
commit
0a984ea78b
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user