mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 13:06:50 +00:00
fix load of github groovy module
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
66dafaef25
commit
7c1df4f3cd
@ -20,6 +20,7 @@ pipeline {
|
|||||||
println "Current JOB: ${env.JOB_NAME}"
|
println "Current JOB: ${env.JOB_NAME}"
|
||||||
/* load common lib */
|
/* load common lib */
|
||||||
cmn = load('ci/common.groovy')
|
cmn = load('ci/common.groovy')
|
||||||
|
gh = load('ci/github.groovy')
|
||||||
/* just for a shorter access */
|
/* just for a shorter access */
|
||||||
btype = cmn.utils.getBuildType()
|
btype = cmn.utils.getBuildType()
|
||||||
} }
|
} }
|
||||||
@ -95,7 +96,7 @@ pipeline {
|
|||||||
steps { script {
|
steps { script {
|
||||||
switch (btype) {
|
switch (btype) {
|
||||||
case 'nightly': build('misc/status.im'); break
|
case 'nightly': build('misc/status.im'); break
|
||||||
case 'release': cmn.gh.publishReleaseMobile(); break
|
case 'release': gh.publishReleaseMobile(); break
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user