Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Dec 31, 2024
1 parent 10f6e43 commit 2bd26b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ steps:
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner
cache-from:
- ci-ruby-2:855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:${BRANCH_NAME}-ci-ruby-2
command: 'bundle exec rake --trace'
command: 'bundle exec rake'

- label: 'Unit tests with Ruby 3'
timeout_in_minutes: 30
Expand All @@ -97,7 +97,7 @@ steps:
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner
cache-from:
- ci-ruby-3:855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:${BRANCH_NAME}-ci-ruby-3
command: 'bundle exec rake --trace'
command: 'bundle exec rake'

- label: ':docker: Push W3C CLI image for branch'
key: push-branch-cli
Expand Down

0 comments on commit 2bd26b4

Please sign in to comment.