Skip to content

Commit 1649c52

Browse files
authored
Merge pull request #8 from philipqnguyen/patch-1
Remove cache recursively
2 parents b351ab0 + 9ef6597 commit 1649c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pushd packaging/tmp
116116
BUNDLE_IGNORE_CONFIG=1 bundle install --path ../vendor --without development
117117
popd
118118
rm -rf packaging/tmp
119-
rm -f packaging/vendor/*/*/cache/*
119+
rm -rf packaging/vendor/*/*/cache/*
120120
cp -pR packaging/vendor $lib_dir
121121
cp app/Gemfile* $lib_dir/vendor/
122122

0 commit comments

Comments
 (0)