File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ common_params:
16
16
environment :
17
17
- " DANGER_GITHUB_API_TOKEN"
18
18
19
+ agents :
20
+ queue : " default"
19
21
20
22
steps :
21
23
# ################
@@ -24,10 +26,8 @@ steps:
24
26
- label : " 🧪 Build and Test"
25
27
key : test
26
28
command : |
27
- # We only need this for tasks running on a Mac
28
- brew install pkg-config git-lfs libxml2 imagemagick@6
29
-
30
29
echo "--- :git: Setting up git-lfs"
30
+ brew install git-lfs
31
31
git-lfs install
32
32
33
33
echo "--- :rubygems: Setting up Gems"
38
38
env : *xcode_image
39
39
plugins :
40
40
automattic/bash-cache#2.0.0: ~
41
- agents :
42
- queue : " mac"
43
41
44
42
# ################
45
43
# Lint
51
49
echo "--- :rubocop: Run Rubocop"
52
50
bundle exec rubocop
53
51
plugins : [*docker_plugin]
54
- agents :
55
- queue : " default"
56
52
57
53
# ################
58
54
# Danger
64
60
echo "--- :rubocop: Run Danger"
65
61
bundle exec danger
66
62
plugins : [*docker_plugin_with_danger_token]
67
- agents :
68
- queue : " default"
69
63
70
64
# ################
71
65
# Push to RubyGems
82
76
# BUILDKITE_COMMAND environment variable.
83
77
command : .buildkite/gem-push.sh
84
78
plugins : [*docker_plugin]
85
- agents :
86
- queue : " default"
You can’t perform that action at this time.
0 commit comments