mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update build configuration
This commit is contained in:
parent
ca3fce6f0a
commit
54170813a8
@ -15,7 +15,7 @@ internal:
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- sh buildbox/build-telegram.sh hockeyapp
|
||||
- bash buildbox/build-telegram.sh hockeyapp
|
||||
environment:
|
||||
name: internal
|
||||
|
||||
@ -28,6 +28,6 @@ beta_testflight:
|
||||
except:
|
||||
- tags
|
||||
script:
|
||||
- sh buildbox/build-telegram.sh appstore
|
||||
- bash buildbox/build-telegram.sh appstore
|
||||
environment:
|
||||
name: testflight_llc
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user