Skip to content

Commit

Permalink
fix (build): pass arguments directly to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jan 24, 2020
1 parent 5a43517 commit 827519b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ steps:
docker-compose#v3.1.0:
run: ruby-maze-runner
use-aliases: true
shell: false
env:
RUBY_TEST_VERSION: "2.7"
command: features/plain_features/ --tags "not @wip"
command: ["features/plain_features/","--tags", "not @wip"]

- label: ':rails: Rails 6 Ruby 2.7 tests'
plugins:
Expand Down

0 comments on commit 827519b

Please sign in to comment.