Skip to content

Commit

Permalink
chore: fastlane verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 10, 2022
1 parent 7940b3b commit e376af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ for app in "$targetDir/perf-test-app-"*; do
flJob=${flJob//-/_}
(
cd $targetDir
fastlane "build_$flJob"
fastlane "build_$flJob" --verbose
)
fi
done

0 comments on commit e376af7

Please sign in to comment.