Skip to content

Commit 69739dd

Browse files
committed
Use debug QS repo branch
1 parent 84fcbc7 commit 69739dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_quickstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
3838
# development pod install. This is needed for the `pod install` command.
3939
export FIREBASE_POD_REPO_FOR_DEV_POD=`pwd`
4040

41-
git clone https://github.com/firebase/quickstart-ios.git
41+
git clone https://github.com/firebase/quickstart-ios.git --branch mm/debug
4242
$scripts_dir/localize_podfile.swift quickstart-ios/"$SAMPLE"/Podfile "$RELEASE_TESTING"
4343
if [ "$RELEASE_TESTING" == "nightly_release_testing" ]; then
4444
set +x

0 commit comments

Comments
 (0)