Skip to content
Snippets Groups Projects
Commit ca412e58 authored by Curtis Loisel's avatar Curtis Loisel
Browse files

Trying to fix application name

parent a727e5a4
No related branches found
No related tags found
No related merge requests found
set :application, 'cdn-rewrite' set :application, 'wp-cdn-rewrite'
set :repo_url, "git@github.com:voceconnect/#{fetch(:application)}.git" set :repo_url, "git@github.com:voceconnect/cdn-rewrite.git"
set :scm, 'git-to-svn' set :scm, 'git-to-svn'
set :type, 'plugin' set :type, 'plugin'
set :svn_repository, "http://plugins.svn.wordpress.org/wp-#{fetch(:application)}/" set :svn_repository, "http://plugins.svn.wordpress.org/#{fetch(:application)}/"
set :svn_deploy_to, "trunk" set :svn_deploy_to, "trunk"
set :build_folders, ( set :build_folders, (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment