Skip to content

Commit

Permalink
explicit main
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 17, 2024
1 parent 8882841 commit f0a26b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .kokoro/firebase/quickstart-ios.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ env_vars: {
key: "DPEBOT_REPO"
value: "firebase/quickstart-ios"
}

env_vars: {
key: "DPEBOT_BRANCH"
value: "main"
}
2 changes: 1 addition & 1 deletion use-latest-deps-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rvm install 2.7.5
rvm use 2.7.5

# Install gems
gem install bundler
gem install bundler -v 2.4.22 # subsequent versions require Ruby 3+.
gem install cocoapods

# Allow root
Expand Down

0 comments on commit f0a26b2

Please sign in to comment.