Fix master ci-pipeline
This commit is contained in:
parent
ed3ba07830
commit
68ce52dfca
2 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,7 @@ local jobs = {
|
|||
},
|
||||
local onlyBranch = {
|
||||
only: ['branches'],
|
||||
except: ['master']
|
||||
},
|
||||
|
||||
'container-base-build': baseJob.dockerBuild + onlyMaster {
|
||||
|
|
Reference in a new issue