mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +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)') {
|
||||
sh ('bundle exec fastlane android release || exit 0')
|
||||
sh ('bundle exec fastlane android release')
|
||||
}
|
||||
|
||||
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