Don't run release 1.3.0 tasks anymore
People who have already upgraded to version 1.3.0 don't need to execute them again. We're not deleting the tasks yet in case some people would like to upgrade from version 1.2.0 to version 1.3.1. In this case, they'll have to execute the tasks manually.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace :consul do
|
||||
desc "Runs tasks needed to upgrade to the latest version"
|
||||
task execute_release_tasks: ["settings:rename_setting_keys",
|
||||
"settings:add_new_settings",
|
||||
"execute_release_1.3.0_tasks"]
|
||||
"settings:add_new_settings"]
|
||||
|
||||
desc "Runs tasks needed to upgrade from 1.2.0 to 1.3.0"
|
||||
task "execute_release_1.3.0_tasks": [
|
||||
|
||||
Reference in New Issue
Block a user