File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
71
71
sudo gcloud firebase test android run \
72
72
--app app/build/outputs/apk/mock/debug/app-mock-debug.apk \
73
73
--test app/build/outputs/apk/androidTest/mock/debug/app-mock-debug-androidTest.apk \
74
- --results-bucket cloud-test-${GOOGLE_PROJECT_ID}-testingcodelab \
74
+ --results-bucket cloud-test-${GOOGLE_PROJECT_ID}-blueprints \
75
75
--results-dir=${BUILD_DIR}
76
76
- run :
77
77
name : Download results
78
78
command : |
79
79
BUILD_DIR=build_${CIRCLE_BUILD_NUM}
80
80
sudo pip install -U crcmod
81
81
mkdir firebase_test_results
82
- sudo gsutil -m mv -r -U `sudo gsutil ls gs://cloud-test-${GOOGLE_PROJECT_ID}-testingcodelab /${BUILD_DIR} | tail -1` firebase_test_results/ | true
82
+ sudo gsutil -m mv -r -U `sudo gsutil ls gs://cloud-test-${GOOGLE_PROJECT_ID}-blueprints /${BUILD_DIR} | tail -1` firebase_test_results/ | true
83
83
- store_artifacts :
84
84
path : firebase_test_results
85
85
workflows :
You can’t perform that action at this time.
0 commit comments