Skip to content

Commit

Permalink
Needed to fix the tests now
Browse files Browse the repository at this point in the history
  • Loading branch information
jsligh committed Apr 18, 2024
1 parent 38da0e1 commit cf3262e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/buildPrebidMobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ touch "$LOG_FILE_FRAMEWORK"
echo -e "\n\n${GREEN}INSTALL PODS${NC}\n\n"

export PATH="/Users/distiller/.gem/ruby/2.7.0/bin:$PATH"
echo $(gem -v)
gem install cocoapods
pod install --repo-update

Expand Down
3 changes: 2 additions & 1 deletion scripts/testPrebidDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ echo -e "\n\n${GREEN}TEST PREBID DEMO${NC}\n\n"
cd ..
echo $PWD

gem install cocoapods --user-install
export PATH="/Users/distiller/.gem/ruby/2.7.0/bin:$PATH"
gem install cocoapods

pod deintegrate
pod install --repo-update
Expand Down
3 changes: 2 additions & 1 deletion scripts/testPrebidMobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ cd ..

gem install xcpretty --user-install

gem install cocoapods --user-install
export PATH="/Users/distiller/.gem/ruby/2.7.0/bin:$PATH"
gem install cocoapods
pod install --repo-update

echo -e "\n\n${GREEN}TEST PREBID MOBILE${NC}\n\n"
Expand Down

0 comments on commit cf3262e

Please sign in to comment.