We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85b8dc commit 4cc74c0Copy full SHA for 4cc74c0
lib/tasks/news.rake
@@ -156,18 +156,4 @@ namespace :news do
156
logger.info('==== END news:upsert ====')
157
end
158
159
- # 後方互換性のためのエイリアス(既存のデプロイ設定などで使われている可能性)
160
- desc '※ Deprecated: news:upsert を使用してください'
161
- task fetch: :environment do
162
- logger = ActiveSupport::Logger.new(STDOUT)
163
- logger.warn "⚠️ news:fetch は非推奨です。news:upsert を使用してください"
164
- Rake::Task['news:upsert'].invoke
165
- end
166
-
167
168
- task import_from_yaml: :environment do
169
170
- logger.warn "⚠️ news:import_from_yaml は非推奨です。news:upsert を使用してください"
171
172
173
0 commit comments