Skip to content
Snippets Groups Projects
Commit cb0d6873 authored by Alec Leamas's avatar Alec Leamas
Browse files

Merge branch 'v2'

parents 0a505551 6502e28f
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment