• Toon Claes's avatar
    rake: Extract Gitaly checkout into separate task · 3f87fb22
    Toon Claes authored
    The way Gitaly is built in source installations, local test, and CI are
    slightly different. In a future commit gitlab:gitaly:install will no
    longer be used, but we still need to clone and checkout the correct
    revision. To do so, this change extracts the cloning and checking out
    into a separate Rake task. The install task will depend on that new task
    so that functionality remains the same.
    3f87fb22
gitaly_rake_spec.rb 4.11 KB