Skip to content

Commit

Permalink
💅 whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Sep 3, 2024
1 parent 062e4cb commit 411d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buildkite/config/rake_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def rake(dir, task: "test", label: nil, service: "default", pre_steps: nil, env:
depends_on "docker-image-#{build_context.ruby.image_key}"
command "rake #{task}"

install_plugins(service, %w[PRE_STEPS RACK], dir, compose: compose)
install_plugins(service, %w[PRE_STEPS RACK], dir, compose: compose)

env build_env(build_context, pre_steps, env)

Expand Down

0 comments on commit 411d52c

Please sign in to comment.