Skip to content

Commit

Permalink
Remove changes to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 14, 2024
1 parent ad07a40 commit 5670174
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,5 @@ require 'aws-sdk-code-generator'
require 'aws-sdk-core'

Dir.glob("#{$REPO_ROOT}/tasks/**/*.rake").each do |task_file|
require(task_file)
load(task_file)
end

task 'a' do
puts "TASK A"
end

task 'b' => 'a' do
puts "TASK B"
end

task 'c' => 'a' do
puts "TASK C"
end

task 'd' => %w[c b a]

0 comments on commit 5670174

Please sign in to comment.