buildRelease.sh: Remove duplicated code.

This commit is contained in:
SBiOSoftWhare
2021-05-18 16:03:32 +02:00
parent 504f085c65
commit 64969e161a

View File

@@ -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