mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
OPS: Add echo for debug purposes
This commit is contained in:
parent
a63fa939e8
commit
fd3de0e8fc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ echo "AppCenter XCode Project: "
|
|||
echo $APPCENTER_XCODE_PROJECT
|
||||
echo
|
||||
if [[ "$APPCENTER_XCODE_PROJECT" == "ios/BlueWallet.xcworkspace" && "$OSTYPE" == "darwin"* ]]; then
|
||||
echo "Running pod update..."
|
||||
cd ios
|
||||
pod update
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue