From 9b3580fafe33339f00c153f408538fd498f66429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 1 Mar 2019 09:30:10 +0100 Subject: [PATCH] ci: disable copying artifacts and using non-existent url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski Signed-off-by: Igor Mandrigin --- ci/Jenkinsfile.combined | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index c8d5fd5582..1826e3a7f9 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -59,7 +59,7 @@ pipeline { cmn.copyArts('status-react/combined/desktop-windows', win.number) } cmn.copyArts('status-react/combined/mobile-ios', ios.number) - cmn.copyArts('status-react/combined/mobile-ios-e2e', iose2e.number) + //cmn.copyArts('status-react/combined/mobile-ios-e2e', iose2e.number) cmn.copyArts('status-react/combined/mobile-android', apk.number) cmn.copyArts('status-react/combined/mobile-android-e2e', apke2e.number) dir('pkg') { @@ -75,7 +75,7 @@ pipeline { urls = [ /* mobile */ Apk: cmn.pkgUrl(apk), Apke2e: cmn.pkgUrl(apke2e), - iOS: cmn.pkgUrl(ios), iOSe2e: cmn.pkgUrl(iose2e), + iOS: cmn.pkgUrl(ios), /*iOSe2e: cmn.pkgUrl(iose2e),*/ /* desktop */ App: cmn.pkgUrl(nix), Mac: cmn.pkgUrl(osx), Win: cmn.pkgUrl(win), /* upload the sha256 checksums file too */