Skip to content

Commit d51ba84

Browse files
committed
Remove comments that said the same as labels and unnecessary quotations
1 parent ac82697 commit d51ba84

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.buildkite/pipeline.yml

+6-12
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
---
33

44
steps:
5-
#################
6-
# Build and Test
7-
#################
8-
- group: 🧪 Build and Test"
5+
- group: ":test_tube: Build and Test"
96
key: test
107
steps:
11-
- label: "🧪 Build and Test using Ruby {{ matrix.ruby }}"
8+
- label: ":test_tube: Build and Test using Ruby {{ matrix.ruby }}"
129
command: |
1310
echo "--- :ruby: Using ruby {{ matrix.ruby }}"
1411
export RBENV_VERSION={{ matrix.ruby }}
@@ -31,17 +28,14 @@ steps:
3128
plugins:
3229
- $CI_TOOLKIT_PLUGIN
3330
agents:
34-
queue: "mac"
31+
queue: mac
3532
matrix:
3633
setup:
3734
ruby:
3835
- $RUBY_VERSION
3936

40-
#################
41-
# Push to RubyGems
42-
#################
4337
- label: ":rubygems: Publish to RubyGems"
44-
key: "gem-push"
38+
key: gem-push
4539
if: build.tag != null
4640
depends_on:
4741
- test
@@ -54,6 +48,6 @@ steps:
5448
image: "public.ecr.aws/docker/library/ruby:$RUBY_VERSION"
5549
propagate-environment: true
5650
environment:
57-
- "RUBYGEMS_API_KEY"
51+
- RUBYGEMS_API_KEY
5852
agents:
59-
queue: "default"
53+
queue: default

0 commit comments

Comments
 (0)