diff --git a/Tools/Release/buildRelease.sh b/Tools/Release/buildRelease.sh index 6fd269611..6ac02d462 100755 --- a/Tools/Release/buildRelease.sh +++ b/Tools/Release/buildRelease.sh @@ -27,13 +27,6 @@ if [ -e $BUILD_DIR ]; then exit 1 fi - -# Fastlane update -gem install bundler -bundle install -bundle update - - # Checkout the source to build mkdir -p $BUILD_DIR cd $BUILD_DIR @@ -42,7 +35,6 @@ REPO_NAME=$(basename -s .git $REPO_URL) git clone $REPO_URL --depth=1 --branch $TAG cd $REPO_NAME - # Fastlane update gem install bundler bundle install