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:
parent
d7009cbd28
commit
9b3580fafe
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue