mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
remove some lines in the groovy script
This commit is contained in:
parent
2344a8c18d
commit
41c6059184
1 changed files with 0 additions and 3 deletions
|
@ -97,17 +97,14 @@ def deployTargets = [
|
|||
]
|
||||
|
||||
/* setup all of the deploys jobs that use the above template */
|
||||
|
||||
deployTargets.each {
|
||||
hifiJob(it, true)
|
||||
}
|
||||
|
||||
/* setup the interface job, doesn't deploy */
|
||||
|
||||
hifiJob('interface', false)
|
||||
|
||||
/* setup the parametrized-build job for builds from jenkins */
|
||||
|
||||
parameterizedJob = hifiJob('$TARGET', true)
|
||||
parameterizedJob.with {
|
||||
name 'hifi-branch-deploy'
|
||||
|
|
Loading…
Reference in a new issue