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

testing

parent 164cc7e6
No related branches found
No related tags found
No related merge requests found
......@@ -227,17 +227,12 @@ set -x
cd dist
rm -rf $bundle_name
cd diaspora
rm -rf vendor/*
mkdir -p vendor/cache
if [ "$BUNDLE_FIX" = 'yes' ]; then
rm -f Gemfile.lock
rm -rf .bundle
bundle update
fi
bundle package
echo "Packaged, PWD $PWD"
exit 0
package_git_gems "$PWD/Gemfile.lock" "$PWD/vendor/cache"
cp -ar AUTHORS Gemfile Gemfile.lock GNU-AGPL-3.0 COPYRIGHT \
vendor/cache
......
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