Fix master ci-pipeline

This commit is contained in:
Antoine Legrand 2017-07-20 15:15:20 +02:00
parent ed3ba07830
commit 68ce52dfca
2 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,7 @@ local jobs = {
},
local onlyBranch = {
only: ['branches'],
except: ['master']
},
'container-base-build': baseJob.dockerBuild + onlyMaster {