Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from LendingHome/sh/shared
Browse files Browse the repository at this point in the history
Use the buildkite-shared agent
  • Loading branch information
shuber authored Nov 29, 2018
2 parents bea9f3d + 9eaf652 commit f8d799c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ steps:
- name: ":rubocop:"
command: bin/rubocop
timeout_in_minutes: 30
agents:
queue: shared

- name: ":rspec:"
command: bin/test
timeout_in_minutes: 30
artifact_paths: cache.tar.lz4
agents:
queue: shared

0 comments on commit f8d799c

Please sign in to comment.