Skip to content

Commit 9913017

Browse files
committed
Move the Xcode Image ID to the top of the file
1 parent 981f83b commit 9913017

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
3+
env: &xcode_image
4+
IMAGE_ID: xcode-12.5.1
35
plugins:
46
- &docker_plugin
57
docker#v3.8.0:
@@ -14,6 +16,7 @@ common_params:
1416
environment:
1517
- "DANGER_GITHUB_API_TOKEN"
1618

19+
1720
steps:
1821
#################
1922
# Build and Test
@@ -32,8 +35,7 @@ steps:
3235
3336
echo "--- :rspec: Run Rspec"
3437
bundle exec rspec --profile 10 --format progress
35-
env:
36-
IMAGE_ID: xcode-12.5.1
38+
env: *xcode_image
3739
plugins:
3840
automattic/bash-cache#2.0.0: ~
3941
agents:

0 commit comments

Comments
 (0)