Skip to content

Commit fee8ef5

Browse files
committed
ci: remove starting build of status.im website
This website is now decomissioned and no longer updated. Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 7e228d0 commit fee8ef5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/Jenkinsfile.combined

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ pipeline {
3535
stage('Prep') {
3636
steps { script {
3737
println("Current JOB: ${env.JOB_NAME}")
38-
/* just for a shorter access */
39-
btype = utils.getBuildType()
4038
} }
4139
}
4240
stage('Build') {
@@ -84,10 +82,8 @@ pipeline {
8482
when { expression { params.PUBLISH } }
8583
steps { script {
8684
switch (btype) {
87-
case 'nightly':
88-
/* Create JSON file with newest build URLs */
85+
case 'nightly': /* Create JSON file with newest build URLs */
8986
s3.updateBucketJSON(urls, 'latest.json');
90-
build(job: 'website/status.im', wait: false);
9187
break;
9288
case 'release':
9389
github.publishReleaseFiles(repo: 'status-mobile');

0 commit comments

Comments
 (0)