Use bash?

This commit is contained in:
Peter 2019-10-25 23:17:57 +04:00
parent 04b8219198
commit a6791dcbd3
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1,7 +1,5 @@
#!/bin/sh
set -x
if [ -z "BUILD_NUMBER" ]; then
echo "BUILD_NUMBER is not set"
exit 1