File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ common_params:
16
16
environment :
17
17
- " DANGER_GITHUB_API_TOKEN"
18
18
19
- agents :
20
- queue : " default"
21
19
22
20
steps :
23
21
# ################
38
36
env : *xcode_image
39
37
plugins :
40
38
automattic/bash-cache#2.0.0: ~
39
+ agents :
40
+ queue : " mac"
41
41
42
42
# ################
43
43
# Lint
49
49
echo "--- :rubocop: Run Rubocop"
50
50
bundle exec rubocop
51
51
plugins : [*docker_plugin]
52
+ agents :
53
+ queue : " default"
52
54
53
55
# ################
54
56
# Danger
60
62
echo "--- :rubocop: Run Danger"
61
63
bundle exec danger
62
64
plugins : [*docker_plugin_with_danger_token]
65
+ agents :
66
+ queue : " default"
63
67
64
68
# ################
65
69
# Push to RubyGems
76
80
# BUILDKITE_COMMAND environment variable.
77
81
command : .buildkite/gem-push.sh
78
82
plugins : [*docker_plugin]
83
+ agents :
84
+ queue : " default"
You can’t perform that action at this time.
0 commit comments