From c762f0c56468f57179e77481ddfb3eba1dec7c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 29 Jun 2023 10:03:19 +0200 Subject: [PATCH] ci: fix iOS build by building Jsbundle old way MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before this commit was in effect: https://github.com/status-im/status-jenkins-lib/commit/3cbe3e1a Which made `jsbundle` builds the same for both platforms and use Nix. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index b5516e8ae3..ba6cfa8838 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-jenkins-lib@v1.7.9' +library 'status-jenkins-lib@v1.7.6' /* Options section can't access functions in objects. */ def isPRBuild = utils.isPRBuild()