From 95ab7476c74f7315981263ba4cdb2d383a013fd2 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 6 May 2021 17:59:45 +0000 Subject: [PATCH] submodule --- lib/capistrano/tasks/.keep | 0 lib/capistrano/tasks/git.rake | 12 ------------ 2 files changed, 12 deletions(-) create mode 100644 lib/capistrano/tasks/.keep delete mode 100644 lib/capistrano/tasks/git.rake diff --git a/lib/capistrano/tasks/.keep b/lib/capistrano/tasks/.keep new file mode 100644 index 0000000..e69de29 diff --git a/lib/capistrano/tasks/git.rake b/lib/capistrano/tasks/git.rake deleted file mode 100644 index c2db919..0000000 --- a/lib/capistrano/tasks/git.rake +++ /dev/null @@ -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 \ No newline at end of file