mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Use bash?
This commit is contained in:
parent
04b8219198
commit
a6791dcbd3
@ -6,7 +6,7 @@ BUILD_TELEGRAM_VERSION="1"
|
|||||||
|
|
||||||
MACOS_VERSION="10.15"
|
MACOS_VERSION="10.15"
|
||||||
XCODE_VERSION="11.1"
|
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)"
|
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
|
#!/bin/sh
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
if [ -z "BUILD_NUMBER" ]; then
|
if [ -z "BUILD_NUMBER" ]; then
|
||||||
echo "BUILD_NUMBER is not set"
|
echo "BUILD_NUMBER is not set"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user