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:
|
except:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- sh buildbox/build-telegram.sh hockeyapp
|
- bash buildbox/build-telegram.sh hockeyapp
|
||||||
environment:
|
environment:
|
||||||
name: internal
|
name: internal
|
||||||
|
|
||||||
@ -28,6 +28,6 @@ beta_testflight:
|
|||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- sh buildbox/build-telegram.sh appstore
|
- bash buildbox/build-telegram.sh appstore
|
||||||
environment:
|
environment:
|
||||||
name: testflight_llc
|
name: testflight_llc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user