mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 04:55:13 +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}"
|
||||
/* load common lib */
|
||||
cmn = load('ci/common.groovy')
|
||||
gh = load('ci/github.groovy')
|
||||
/* just for a shorter access */
|
||||
btype = cmn.utils.getBuildType()
|
||||
} }
|
||||
@ -95,7 +96,7 @@ pipeline {
|
||||
steps { script {
|
||||
switch (btype) {
|
||||
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