Skip to content

Commit 23a5796

Browse files
committedOct 11, 2017
WIP: Sending CircleCI results to a different bucket
1 parent a7918cd commit 23a5796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_all_ftl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for line in $(find . -name 'gradlew'); do
2727
continue
2828
fi
2929
echo "Sending APKs to Firebase..."
30-
echo "y" | sudo /opt/google-cloud-sdk/bin/gcloud firebase test android run --app $apkfile --test $testapkfile -d Nexus5X -v 21,25 -l fr --results-bucket cloud-test-android-devrel-ci
30+
echo "y" | sudo /opt/google-cloud-sdk/bin/gcloud firebase test android run --app $apkfile --test $testapkfile -d Nexus5X -v 26 -l fr --results-bucket android-architecture-components-test-results
3131
code=${PIPESTATUS[0]}
3232
if [ "$code" -ne "0" ]; then
3333
exit $code

0 commit comments

Comments
 (0)