Skip to content

Commit

Permalink
ado: uninstall bundler 2.x before installing bundler 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Dec 2, 2019
1 parent 7b69ccf commit c5d3cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CalSmokeApp/bin/appcenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if [ "${2}" != "" ]; then
echo "${2}" > .xtc/device-agent-sha
fi)

gem uninstall -Vax --force --no-abort-on-dependent
gem install bundler --version "1.17.3"

appcenter test run calabash \
Expand Down

0 comments on commit c5d3cd7

Please sign in to comment.