mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 02:04:28 +00:00
use the proper source of publish method
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3760d2a2e5
commit
efc2fa9cf2
@ -75,7 +75,7 @@ pipeline {
|
|||||||
steps { script {
|
steps { script {
|
||||||
switch (btype) {
|
switch (btype) {
|
||||||
case 'nightly': build(job: 'misc/status.im', wait: false); break
|
case 'nightly': build(job: 'misc/status.im', wait: false); break
|
||||||
case 'release': gh.publishReleaseMobile(); break
|
case 'release': github.publishReleaseMobile(); break
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user