mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Default stage template cleanup
Since `stage` is already set (https://github.com/capistrano/capistrano/pull/712), we don't need to declare it twice here.
This commit is contained in:
parent
b9bb2cf923
commit
362fb86fff
2 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
set :stage, :<%= stage %>
|
||||
|
||||
# Simple Role Syntax
|
||||
# ==================
|
||||
# Supports bulk-adding hosts to roles, the primary
|
||||
|
|
|
@ -8,7 +8,6 @@ module TestApp
|
|||
|
||||
def default_config
|
||||
%{
|
||||
set :stage, :#{stage}
|
||||
set :deploy_to, '#{deploy_to}'
|
||||
set :repo_url, 'git://github.com/capistrano/capistrano.git'
|
||||
set :branch, 'v3'
|
||||
|
|
Loading…
Reference in a new issue