mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
buildRelease.sh: Remove duplicated code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user