mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 01:16:50 +00:00
get rid of silent fail for andoird/ios builds
This commit is contained in:
parent
bd1422c627
commit
1e9fd71b6e
@ -75,11 +75,11 @@ timeout(90) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy (Android)') {
|
stage('Deploy (Android)') {
|
||||||
sh ('bundle exec fastlane android release || exit 0')
|
sh ('bundle exec fastlane android release')
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy (iOS)') {
|
stage('Deploy (iOS)') {
|
||||||
sh ('bundle exec fastlane ios release || exit 0')
|
sh ('bundle exec fastlane ios release')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user