Skip to content

Commit 0bce0e6

Browse files
committed
Make the Build and Test step now use default agent and stop installing imagemagick
Since drawText has been removed from the repo and published as independant tool since 3.0.0 via #312
1 parent db3d737 commit 0bce0e6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ common_params:
1616
environment:
1717
- "DANGER_GITHUB_API_TOKEN"
1818

19+
agents:
20+
queue: "default"
1921

2022
steps:
2123
#################
@@ -24,10 +26,8 @@ steps:
2426
- label: "🧪 Build and Test"
2527
key: test
2628
command: |
27-
# We only need this for tasks running on a Mac
28-
brew install pkg-config git-lfs libxml2 imagemagick@6
29-
3029
echo "--- :git: Setting up git-lfs"
30+
brew install git-lfs
3131
git-lfs install
3232
3333
echo "--- :rubygems: Setting up Gems"
@@ -38,8 +38,6 @@ steps:
3838
env: *xcode_image
3939
plugins:
4040
automattic/bash-cache#2.0.0: ~
41-
agents:
42-
queue: "mac"
4341

4442
#################
4543
# Lint
@@ -51,8 +49,6 @@ steps:
5149
echo "--- :rubocop: Run Rubocop"
5250
bundle exec rubocop
5351
plugins: [*docker_plugin]
54-
agents:
55-
queue: "default"
5652

5753
#################
5854
# Danger
@@ -64,8 +60,6 @@ steps:
6460
echo "--- :rubocop: Run Danger"
6561
bundle exec danger
6662
plugins: [*docker_plugin_with_danger_token]
67-
agents:
68-
queue: "default"
6963

7064
#################
7165
# Push to RubyGems
@@ -82,5 +76,3 @@ steps:
8276
# BUILDKITE_COMMAND environment variable.
8377
command: .buildkite/gem-push.sh
8478
plugins: [*docker_plugin]
85-
agents:
86-
queue: "default"

0 commit comments

Comments
 (0)