fix(ci): use getProjectName() to get parent name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0592154a33
commit
1072033ef1
|
@ -134,7 +134,7 @@ def getArch() {
|
|||
def getE2EBuildType() {
|
||||
if (utils.isPRBuild()) { return 'prs' }
|
||||
def parent = utils.parentOrCurrentBuild()
|
||||
if (parent != null && parent.name == 'nightly') { return nightly }
|
||||
if (parent != null && parent.getProjectName() == 'nightly') { return nightly }
|
||||
return null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue