1
0
Fork 0
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:
Kir Shatrov 2013-10-17 13:41:53 +02:00
parent b9bb2cf923
commit 362fb86fff
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
set :stage, :<%= stage %>
# Simple Role Syntax
# ==================
# Supports bulk-adding hosts to roles, the primary

View file

@ -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'