Update build configuration

This commit is contained in:
Peter 2019-07-10 02:06:16 +04:00
parent ca3fce6f0a
commit 54170813a8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -e set -e