Skip to content

Commit

Permalink
Removed upgrade Rake task no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Apr 30, 2024
1 parent 69cd807 commit 893bdb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/ceedling/tasks_base.rake
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ task :sanity_checks, :level do |t, args|
@ceedling[:configurator].sanity_checks = check_level
end

# non advertised catch for calling upgrade in the wrong place
task :upgrade do
puts "WARNING: You're currently IN your project directory. Take a step out and try"
puts "again if you'd like to perform an upgrade."
end

# Do not present task if there's no plugins
if (not PLUGINS_ENABLED.empty?)
desc "Execute plugin result summaries (no build triggering)."
Expand Down

0 comments on commit 893bdb0

Please sign in to comment.