Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 2c3d0af

Browse files
authored
fix: revert "copy the ruby version into rvm/gems (#790)" (#806)
This reverts commit 65d5ea4.
1 parent 0a45e81 commit 2c3d0af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-build-functions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ install_dependencies() {
336336
echo "Started restoring cached ruby version"
337337
rm -rf $RVM_DIR/rubies/${fulldruby}
338338
cp -p -r $NETLIFY_CACHE_DIR/ruby_version/${fulldruby} $RVM_DIR/rubies/
339-
cp -p -r $NETLIFY_CACHE_DIR/ruby_version/${fulldruby} $RVM_DIR/gems/
340339
echo "Finished restoring cached ruby version"
341340
fi
342341

0 commit comments

Comments
 (0)