Merge pull request #1455 from consul/scm-config

updates capistrano scm config
This commit is contained in:
Alberto
2017-03-21 18:39:52 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ set :full_app_name, deploysecret(:full_app_name)
set :server_name, deploysecret(:server_name)
set :repo_url, 'https://github.com/consul/consul.git'
set :scm, :git
set :revision, `git rev-parse --short #{fetch(:branch)}`.strip
set :log_level, :info