We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981f83b commit 9913017Copy full SHA for 9913017
.buildkite/pipeline.yml
@@ -1,5 +1,7 @@
1
# Nodes with values to reuse in the pipeline.
2
common_params:
3
+ env: &xcode_image
4
+ IMAGE_ID: xcode-12.5.1
5
plugins:
6
- &docker_plugin
7
docker#v3.8.0:
@@ -14,6 +16,7 @@ common_params:
14
16
environment:
15
17
- "DANGER_GITHUB_API_TOKEN"
18
19
+
20
steps:
21
#################
22
# Build and Test
@@ -32,8 +35,7 @@ steps:
32
35
33
36
echo "--- :rspec: Run Rspec"
34
37
bundle exec rspec --profile 10 --format progress
- env:
- IMAGE_ID: xcode-12.5.1
38
+ env: *xcode_image
39
40
automattic/bash-cache#2.0.0: ~
41
agents:
0 commit comments