Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use debug QS repo branch
Browse files Browse the repository at this point in the history
maksymmalyhin committed Oct 7, 2020
1 parent 84fcbc7 commit 69739dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_quickstart.sh
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
# development pod install. This is needed for the `pod install` command.
export FIREBASE_POD_REPO_FOR_DEV_POD=`pwd`

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

0 comments on commit 69739dd

Please sign in to comment.