forgot to disable desktop stuff in other steps
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c49e4933ee
commit
a79544d043
|
@ -53,11 +53,11 @@ pipeline {
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
steps { script {
|
steps { script {
|
||||||
sh('rm -f pkg/*')
|
sh('rm -f pkg/*')
|
||||||
if (btype != 'release') {
|
//if (btype != 'release') {
|
||||||
cmn.ci.copyArts(osx)
|
// cmn.ci.copyArts(osx)
|
||||||
cmn.ci.copyArts(nix)
|
// cmn.ci.copyArts(nix)
|
||||||
cmn.ci.copyArts(win)
|
// cmn.ci.copyArts(win)
|
||||||
}
|
//}
|
||||||
cmn.ci.copyArts(ios)
|
cmn.ci.copyArts(ios)
|
||||||
//cmn.ci.copyArts(iose2e)
|
//cmn.ci.copyArts(iose2e)
|
||||||
cmn.ci.copyArts(apk)
|
cmn.ci.copyArts(apk)
|
||||||
|
@ -78,7 +78,7 @@ pipeline {
|
||||||
iOS: cmn.pkgUrl(ios), /*iOSe2e: cmn.pkgUrl(iose2e),*/
|
iOS: cmn.pkgUrl(ios), /*iOSe2e: cmn.pkgUrl(iose2e),*/
|
||||||
Diawi: cmn.utils.getEnv(ios, 'DIAWI_URL'),
|
Diawi: cmn.utils.getEnv(ios, 'DIAWI_URL'),
|
||||||
/* desktop */
|
/* desktop */
|
||||||
App: cmn.pkgUrl(nix), Mac: cmn.pkgUrl(osx), Win: cmn.pkgUrl(win),
|
//App: cmn.pkgUrl(nix), Mac: cmn.pkgUrl(osx), Win: cmn.pkgUrl(win),
|
||||||
/* upload the sha256 checksums file too */
|
/* upload the sha256 checksums file too */
|
||||||
SHA: cmn.utils.uploadArtifact(cmn.utils.pkgFind('sha256')),
|
SHA: cmn.utils.uploadArtifact(cmn.utils.pkgFind('sha256')),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue