From 2b52ba23891fd906a560af65f7a2d81100cf0fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 7 Jun 2021 10:41:35 +0200 Subject: [PATCH] ci: fix folder name for the status.im CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 7750a34060..6c0f6574a7 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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');