summaryrefslogtreecommitdiff
path: root/scripts/fastlane.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fastlane.sh')
-rwxr-xr-xscripts/fastlane.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/fastlane.sh b/scripts/fastlane.sh
index f039cd24..1ce06ab8 100755
--- a/scripts/fastlane.sh
+++ b/scripts/fastlane.sh
@@ -26,9 +26,8 @@ BASE_DIR="$SCRIPT_DIR/.."
cd $BASE_DIR
if [[ -z $BUILD_CUSTOM ]]; then
- fastlane android bitmask_screenshots
+ fastlane --verbose android bitmask_screenshots
else
fastlane android custom_build_screenshots --env custom
fi;
cd -
-