mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
buildRelease.sh: Make bundler operations in the cloned repository folder.
This commit is contained in:
@@ -25,7 +25,7 @@ BUILD_NUMBER=$( date +%Y%m%d%H%M%S )
|
||||
if [ -e $BUILD_DIR ]; then
|
||||
echo "Error: Folder ${BUILD_DIR} already exists"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# Fastlane update
|
||||
@@ -43,6 +43,14 @@ git clone $REPO_URL --depth=1 --branch $TAG
|
||||
cd $REPO_NAME
|
||||
|
||||
|
||||
# Fastlane update
|
||||
gem install bundler
|
||||
bundle install
|
||||
bundle update
|
||||
|
||||
# Update fastlane plugins
|
||||
bundle exec fastlane update_plugins
|
||||
|
||||
# Use appropriated dependencies according to the current branch
|
||||
bundle exec fastlane point_dependencies_to_same_feature
|
||||
|
||||
|
||||
Reference in New Issue
Block a user