Last active
May 16, 2021 18:02
-
-
Save MaksimenkoPG/5928f412ba31d2df77969401afa10abf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lib/tasks/print_repository_info.rake | |
desc 'Print repo info, usage: rake print_repository_info repository_url=repository_url' | |
task :print_repository_info do | |
PrintRepositoryInfo.perform url: ENV['repository_url'] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment