Sha256: fa69821123cfd9e09bb9bdfce78421d128605c2301ffb6b5eaa7e3fa3af298c6

Contents?: true

Size: 176 Bytes

Versions: 7

Compression:

Stored size: 176 Bytes

Contents

<% fetches.each do |f| %>
  <% url = f.is_a?(Hash) ? github_repo_url(f[:github]) : f %>
  inside '<%= tmp_path %>' do
    @generator.run 'git clone <%= url %>'
  end
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
app_drone-0.12.1 lib/app_drone/drones/git/fetch.erb
app_drone-0.12.0 lib/app_drone/drones/git/fetch.erb
app_drone-0.11.3 lib/app_drone/drones/git/fetch.erb
app_drone-0.11.2 lib/app_drone/drones/git/fetch.erb
app_drone-0.11.1 lib/app_drone/drones/git/fetch.erb
app_drone-0.11.0 lib/app_drone/drones/git/fetch.erb
app_drone-0.10.0 lib/app_drone/drones/zzz/git/fetch.erb