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

Commit

Permalink
fix: revert "copy the ruby version into rvm/gems (#790)" (#806)
Browse files Browse the repository at this point in the history
This reverts commit 65d5ea4.
  • Loading branch information
aitkenster authored Jul 1, 2022
1 parent 0a45e81 commit 2c3d0af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ install_dependencies() {
echo "Started restoring cached ruby version"
rm -rf $RVM_DIR/rubies/${fulldruby}
cp -p -r $NETLIFY_CACHE_DIR/ruby_version/${fulldruby} $RVM_DIR/rubies/
cp -p -r $NETLIFY_CACHE_DIR/ruby_version/${fulldruby} $RVM_DIR/gems/
echo "Finished restoring cached ruby version"
fi

Expand Down

0 comments on commit 2c3d0af

Please sign in to comment.