1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #713 from kirs/patch-7

Default stage template cleanup
This commit is contained in:
Tom Clements 2013-10-17 08:37:33 -07:00
commit bdd3afb8dd
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -8,7 +8,6 @@ module TestApp
def default_config def default_config
%{ %{
set :stage, :#{stage}
set :deploy_to, '#{deploy_to}' set :deploy_to, '#{deploy_to}'
set :repo_url, 'git://github.com/capistrano/capistrano.git' set :repo_url, 'git://github.com/capistrano/capistrano.git'
set :branch, 'v3' set :branch, 'v3'