Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pushd packaging/tmp
BUNDLE_IGNORE_CONFIG=1 bundle install --path ../vendor --without development
popd
rm -rf packaging/tmp
rm -f packaging/vendor/*/*/cache/*
rm -rf packaging/vendor/*/*/cache/*
cp -pR packaging/vendor $lib_dir
cp app/Gemfile* $lib_dir/vendor/

Expand Down