bugfix
This commit is contained in:
parent
06215365b4
commit
6502e28fbf
1 changed files with 1 additions and 2 deletions
|
|
@ -226,14 +226,13 @@ set -x
|
|||
echo "Creating bundle $bundle_name"
|
||||
cd dist
|
||||
rm -rf $bundle_name
|
||||
rm -rf diaspora
|
||||
git clone --quiet $GIT_REPO
|
||||
cd diaspora
|
||||
if [ "$BUNDLE_FIX" = 'yes' ]; then
|
||||
rm -f Gemfile.lock
|
||||
rm -rf .bundle
|
||||
bundle update
|
||||
fi
|
||||
bundle install --deployment
|
||||
bundle package
|
||||
package_git_gems "$PWD/Gemfile.lock" "$PWD/vendor/cache"
|
||||
cp -ar AUTHORS Gemfile Gemfile.lock GNU-AGPL-3.0 COPYRIGHT \
|
||||
|
|
|
|||
Loading…
Reference in a new issue