aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-13 02:30:47 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-13 02:32:22 +0100
commit53bb902b3f8be2d64714add52594a04d8150ee8c (patch)
treeda9dae6e78ab60b1c19c4034ba1b170676eb2219 /jobs
parentcb7c6ee40f3b97c4ec802e92ad423939e6852d98 (diff)
jobs: master-builds: fix git master branch polling
The 'refs/heads/origin/master' somehow caused that git polling would not trigger builds. 'origin/master' was succesful in a manual test, so set all jobs to that. Change-Id: Id033d1bfce6cc9e20fbbf9be462842b9e44bde83
Diffstat (limited to 'jobs')
-rw-r--r--jobs/master-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 82e84d1..2606177 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -260,7 +260,7 @@
- git:
url: git://git.osmocom.org/{repos}
branches:
- - 'refs/remotes/origin/master'
+ - 'origin/master'
refspec:
name:
wipe-workspace: false