From 64969e161ac1b5b3c52b98412b2d39a8876ee242 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Tue, 18 May 2021 16:03:32 +0200 Subject: [PATCH] buildRelease.sh: Remove duplicated code. --- Tools/Release/buildRelease.sh | 8 -------- 1 file changed, 8 deletions(-) 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