mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 23:58:30 +00:00
re-enable site updates on nightly builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
13c7f06317
commit
dc0d0b59cb
@ -69,14 +69,13 @@ pipeline {
|
|||||||
switch (btype) {
|
switch (btype) {
|
||||||
/* legacy naming, should have named it nightly.json */
|
/* legacy naming, should have named it nightly.json */
|
||||||
case 'nightly': cmn.updateBucketJSON(urls, 'latest.json'); break
|
case 'nightly': cmn.updateBucketJSON(urls, 'latest.json'); break
|
||||||
case 'release': cmn.updateBucketJSON(urls, 'release.json'); break
|
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps { script {
|
steps { script {
|
||||||
switch (btype) {
|
switch (btype) {
|
||||||
//case 'nightly': build('misc/status.im'); break
|
case 'nightly': build('misc/status.im', wait: false); break
|
||||||
case 'release': gh.publishReleaseMobile(); break
|
case 'release': gh.publishReleaseMobile(); break
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user