submodule

This commit is contained in:
Luna 2021-05-06 17:59:45 +00:00
parent e8e3bdb5c2
commit 95ab7476c7
Signed by: luna
GPG Key ID: 48ABA804580B9BA8
2 changed files with 0 additions and 12 deletions

View File

View File

@ -1,12 +0,0 @@
namespace :git do
desc 'Copy repo to releases'
task create_release: :'git:update' do
on roles(:all) do
with fetch(:git_environmental_variables) do
within repo_path do
execute :git, :clone, '-b', fetch(:branch), '--recursive', '.', release_path
end
end
end
end
end