summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-07-03 13:29:08 +0200
committercyberta <cyberta@riseup.net>2026-07-03 17:49:31 +0200
commit11713d80600c31cf5a9ddce9931b33cb8fe893e9 (patch)
treeeb09990c26e3179f52995654c20fb2f200af23d8
parent9fa2997ad21cc97b3c73dfb7712df907b68c2ee2 (diff)
add explicitely environment variable VERBOSE_SCREENSHOTS in fastlane.sh to give a hint how we can gather an extended screenshot set
-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