Open khiav223577 opened 3 years ago
I created a task but the name of it is the same with an old task which was run.
Ex:
lib/tasks/deployment/20130130215258_task_name.rake
lib/tasks/deployment/20210624185201_task_name.rake
It turns out that BOTH rake will be run in the next deployment.
I created a task but the name of it is the same with an old task which was run.
Ex:
lib/tasks/deployment/20130130215258_task_name.rake
(was run in the previous deployment)lib/tasks/deployment/20210624185201_task_name.rake
It turns out that BOTH rake will be run in the next deployment.