ci: fix folder name for the status.im CI job
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bc823f9e96
commit
2b52ba2389
|
@ -88,7 +88,7 @@ pipeline {
|
|||
case 'nightly':
|
||||
/* Create JSON file with newest build URLs */
|
||||
s3.updateBucketJSON(urls, 'latest.json');
|
||||
build(job: 'misc/status.im', wait: false);
|
||||
build(job: 'website/status.im', wait: false);
|
||||
break;
|
||||
case 'release':
|
||||
github.publishReleaseFiles(repo: 'status-react');
|
||||
|
|
Loading…
Reference in New Issue