ci: disable copying artifacts and using non-existent url

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
Jakub Sokołowski 2019-03-01 09:30:10 +01:00 committed by Igor Mandrigin
parent d7009cbd28
commit 9b3580fafe
No known key found for this signature in database
GPG Key ID: 4A0EDDE26E66BC8B
1 changed files with 2 additions and 2 deletions

View File

@ -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 */