mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
fix a typo
This commit is contained in:
parent
ee7246cef4
commit
71c51022a4
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ hifiJob('interface', false)
|
|||
|
||||
/* setup the parametrized-build job for builds from jenkins */
|
||||
|
||||
parametrizedJob = hifiJob('$TARGET', true)
|
||||
parametrizedJob.with {
|
||||
parameterizedJob = hifiJob('$TARGET', true)
|
||||
parameterizedJob.with {
|
||||
name 'hifi-branch-deploy'
|
||||
parameters {
|
||||
stringParam('GITHUB_USER', '', "Specifies the name of the GitHub user that we're building from.")
|
||||
|
|
Loading…
Reference in a new issue