summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fastlane.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fastlane.sh b/scripts/fastlane.sh
index 42bcb0fd..3f6cf567 100755
--- a/scripts/fastlane.sh
+++ b/scripts/fastlane.sh
@@ -35,7 +35,7 @@ cd $BASE_DIR
setHeadsupNotifications 0
if [[ -z $BUILD_CUSTOM ]]; then
echo -e "${GREEN}-- Screenshotting Bitmask ---${NC}"
- fastlane --verbose android bitmask_screenshots
+ VERBOSE_SCREENSHOTS=false fastlane --verbose android bitmask_screenshots --env default
else
echo -e "${GREEN}-- Screenshotting custom build ---${NC}"
fastlane android custom_build_screenshots --env custom