mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Use bash?
This commit is contained in:
parent
04b8219198
commit
a6791dcbd3
2 changed files with 1 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ BUILD_TELEGRAM_VERSION="1"
|
|||
|
||||
MACOS_VERSION="10.15"
|
||||
XCODE_VERSION="11.1"
|
||||
GUEST_SHELL="zsh"
|
||||
GUEST_SHELL="bash"
|
||||
|
||||
VM_BASE_NAME="macos$(echo $MACOS_VERSION | sed -e 's/\.'/_/g)_Xcode$(echo $XCODE_VERSION | sed -e 's/\.'/_/g)"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
if [ -z "BUILD_NUMBER" ]; then
|
||||
echo "BUILD_NUMBER is not set"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue