Skip to content

Instantly share code, notes, and snippets.

@bibstha
Created May 18, 2016 12:42
Show Gist options
  • Save bibstha/54092beb17c9c679789cd8aac40c34a1 to your computer and use it in GitHub Desktop.
Save bibstha/54092beb17c9c679789cd8aac40c34a1 to your computer and use it in GitHub Desktop.
recipe.rb
# step 1
git "/path/to/folder" do
repository "myrepo"
action :sync
end
# step 2
rubyversion = library_get_ruby_version_from_git_folder("/path/to/folder")
# step 3
rvm_default_ruby rubyversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment